blob: 80d6e04e4d1eddf6857e8a4a9fbdae64b3f03742 [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>
12 <version>1.1.0-SNAPSHOT</version>
13 <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>