blob: 8b86cf039725bce5a6919e559061a21d4e8d0030 [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
AviZi280f8012017-06-09 02:39:56 +03005 <groupId>org.openecomp.sdc.onboarding</groupId>
6 <artifactId>vendor-license-rest</artifactId>
7 <name>vendor-license-rest</name>
8 <packaging>pom</packaging>
9
Michael Landof5f13c42017-02-19 12:35:04 +020010 <parent>
11 <groupId>org.openecomp.sdc</groupId>
12 <artifactId>openecomp-sdc-rest-webapp</artifactId>
shrek200065f0aa32020-02-02 10:40:15 +020013 <version>1.6.1-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020014 <relativePath>../</relativePath>
15 </parent>
16
Michael Landof5f13c42017-02-19 12:35:04 +020017 <modules>
18 <module>/vendor-license-rest-services</module>
19 <module>/vendor-license-rest-types</module>
20 </modules>
21
AviZi280f8012017-06-09 02:39:56 +030022</project>