blob: 9bb94c5fabbdfb63e2f8857ae4da37b98a3537a1 [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
5 <parent>
6 <groupId>org.openecomp.sdc</groupId>
7 <artifactId>openecomp-sdc-rest-webapp</artifactId>
Michael Landoebd7c8f2017-03-15 20:38:00 +02008 <version>1.1.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +02009 <relativePath>../</relativePath>
10 </parent>
11
12 <groupId>org.openecomp.sdc.onboarding</groupId>
13 <artifactId>vendor-license-rest</artifactId>
14 <name>vendor-license-rest</name>
15 <packaging>pom</packaging>
16
17
18
19 <modules>
20 <module>/vendor-license-rest-services</module>
21 <module>/vendor-license-rest-types</module>
22 </modules>
23
24</project>