blob: ff2d0c3ab850c1a8bd80aefa556976716a48c210 [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>
MichaelMorris0560a3a2023-10-27 18:18:46 +010012 <version>1.13.6-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>