blob: 0c036e3534b6a68b130e1d4083e430167832d43e [file] [log] [blame]
Michael Landof5f13c42017-02-19 12:35:04 +02001<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 <modelVersion>4.0.0</modelVersion>
4
Michael Landof5f13c42017-02-19 12:35:04 +02005 <name>openecomp-sdc-vendor-license-lib</name>
6 <artifactId>openecomp-sdc-vendor-license-lib</artifactId>
7
8 <packaging>pom</packaging>
AviZi280f8012017-06-09 02:39:56 +03009 <parent>
10 <artifactId>openecomp-sdc-lib</artifactId>
11 <groupId>org.openecomp.sdc</groupId>
Michael Lando540a71e2018-11-05 09:48:40 +020012 <version>1.3.3-SNAPSHOT</version>
AviZi280f8012017-06-09 02:39:56 +030013 </parent>
Michael Landof5f13c42017-02-19 12:35:04 +020014
15 <modules>
16 <module>openecomp-sdc-vendor-license-api</module>
17 <module>openecomp-sdc-vendor-license-core</module>
18 </modules>
19
20 <dependencies>
21
22 </dependencies>
AviZi280f8012017-06-09 02:39:56 +030023</project>