blob: 82f3ee57b22e470010b8da3302844ae5b1c296ef [file] [log] [blame]
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>openecomp-sdc-vendor-license-lib</name>
<artifactId>openecomp-sdc-vendor-license-lib</artifactId>
<packaging>pom</packaging>
<parent>
<artifactId>openecomp-sdc-lib</artifactId>
<groupId>org.openecomp.sdc</groupId>
<version>1.11.6-SNAPSHOT</version>
</parent>
<modules>
<module>openecomp-sdc-vendor-license-api</module>
<module>openecomp-sdc-vendor-license-core</module>
</modules>
<dependencies>
</dependencies>
</project>