blob: 7b3a72de387e49073ef505b52b28e23165405d75 [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>
Sonsino, Ofir (os0695)55c536e2019-05-07 18:30:15 +030012 <version>1.5.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020013 </parent>
14
Michael Landof5f13c42017-02-19 12:35:04 +020015 <modules>
16 <module>/openecomp-sdc-common-rest</module>
17 <module>/vendor-license-rest</module>
18 <module>/onboarding-rest-war</module>
19 <module>/vendor-software-products-rest</module>
20 <module>/sequence-rest</module>
21 <module>/validation-rest</module>
22 <module>/action-library-rest</module>
23 <module>/application-config-rest</module>
Avi Zivb8e2faf2017-07-18 19:45:38 +030024 <module>/healthcheck-rest</module>
talig8e9c0652017-12-20 14:30:43 +020025 <module>conflict-rest</module>
26 <module>item-permissions-rest</module>
27 <module>item-rest</module>
28 <module>notifications-fe</module>
29 <module>notifications-rest</module>
vempo81ad9aa2018-01-09 14:25:08 +020030 <module>togglz-rest</module>
talig26855ad2018-04-12 10:45:02 +030031 <module>unique-type-rest</module>
Vodafone84a20982019-03-18 15:08:33 +053032 <module>externaltesting-rest</module>
Michael Landof5f13c42017-02-19 12:35:04 +020033 </modules>
34
AviZi280f8012017-06-09 02:39:56 +030035</project>