blob: cd9b491c084d498dab57cf0f57db436665c68adb [file] [log] [blame]
AviZi280f8012017-06-09 02:39:56 +03001<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 <artifactId>openecomp-sdc-rest-webapp</artifactId>
6 <name>openecomp-sdc-rest-webapp</name>
7 <version>1.0-SNAPSHOT</version>
8 <packaging>pom</packaging>
9
10 <parent>
11 <groupId>org.openecomp.sdc</groupId>
12 <artifactId>openecomp-sdc-api</artifactId>
13 <version>1.0-SNAPSHOT</version>
14 <relativePath>../</relativePath>
15 </parent>
16
17 <modules>
18 <module>/openecomp-sdc-common-rest</module>
19 <module>/vendor-license-rest</module>
20 <module>/onboarding-rest-war</module>
21 <module>/vendor-software-products-rest</module>
22 <module>/sequence-rest</module>
23 <module>/validation-rest</module>
24 <module>/action-library-rest</module>
25 <module>/application-config-rest</module>
26 </modules>
27
28</project>