blob: 0b6ebb62d878e8f35eb66488d42db6baa75d733f [file] [log] [blame]
Avi Zivb8e2faf2017-07-18 19:45:38 +03001<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
5 <name>openecomp-sdc-vendor-license-lib</name>
6 <artifactId>openecomp-sdc-vendor-license-lib</artifactId>
7
8 <packaging>pom</packaging>
9 <parent>
10 <artifactId>openecomp-sdc-lib</artifactId>
11 <groupId>org.openecomp.sdc</groupId>
12 <version>1.0-SNAPSHOT</version>
13 </parent>
14
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>
23</project>