blob: 2a03fcf940d7ad190563777967c8198d66875043 [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 <artifactId>openecomp-sdc-rest-webapp</artifactId>
6 <name>openecomp-sdc-rest-webapp</name>
7 <packaging>pom</packaging>
8
Michael Landof5f13c42017-02-19 12:35:04 +02009 <parent>
10 <groupId>org.openecomp.sdc</groupId>
11 <artifactId>openecomp-sdc-api</artifactId>
Michael Lando0ad3c802017-09-19 16:32:59 +030012 <version>1.2.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020013 <relativePath>../</relativePath>
14 </parent>
15
Michael Landof5f13c42017-02-19 12:35:04 +020016 <modules>
17 <module>/openecomp-sdc-common-rest</module>
18 <module>/vendor-license-rest</module>
19 <module>/onboarding-rest-war</module>
20 <module>/vendor-software-products-rest</module>
21 <module>/sequence-rest</module>
22 <module>/validation-rest</module>
23 <module>/action-library-rest</module>
24 <module>/application-config-rest</module>
Avi Zivb8e2faf2017-07-18 19:45:38 +030025 <module>/healthcheck-rest</module>
talig8e9c0652017-12-20 14:30:43 +020026 <module>conflict-rest</module>
27 <module>item-permissions-rest</module>
28 <module>item-rest</module>
29 <module>notifications-fe</module>
30 <module>notifications-rest</module>
vempo81ad9aa2018-01-09 14:25:08 +020031 <module>togglz-rest</module>
talig26855ad2018-04-12 10:45:02 +030032 <module>unique-type-rest</module>
Michael Landof5f13c42017-02-19 12:35:04 +020033 </modules>
34
AviZi280f8012017-06-09 02:39:56 +030035</project>