blob: 64e7dc87ac633e11e40f9d9f1d134d77cb5d4947 [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>
MichaelMorris82576922022-08-15 10:45:48 +010012 <version>1.11.7-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>