blob: aaf6a51e6ca099eb2afdaf28ca98f485e635aeb0 [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>
MichaelMorris23d80342022-02-09 14:08:27 +000013 <version>1.10.2-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020014 </parent>
15
Michael Landof5f13c42017-02-19 12:35:04 +020016 <modules>
17 <module>/vendor-license-rest-services</module>
18 <module>/vendor-license-rest-types</module>
19 </modules>
20
AviZi280f8012017-06-09 02:39:56 +030021</project>