blob: b32bfce1b3fd441a82316069001fc03eed020e63 [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 Lando0ad3c802017-09-19 16:32:59 +030012 <version>1.2.0-SNAPSHOT</version>
AviZi280f8012017-06-09 02:39:56 +030013 <relativePath>..</relativePath>
14 </parent>
Michael Landof5f13c42017-02-19 12:35:04 +020015
16 <modules>
17 <module>openecomp-sdc-vendor-license-api</module>
18 <module>openecomp-sdc-vendor-license-core</module>
19 </modules>
20
21 <dependencies>
22
23 </dependencies>
AviZi280f8012017-06-09 02:39:56 +030024</project>