blob: 4e1c32dff59a49e89b50b92754ba9b82eda5abff [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>
Ofir Sonsino09d87892020-03-12 20:52:42 +020012 <version>1.7.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>
Michael Landof5f13c42017-02-19 12:35:04 +020020 <module>/validation-rest</module>
21 <module>/action-library-rest</module>
22 <module>/application-config-rest</module>
Avi Zivb8e2faf2017-07-18 19:45:38 +030023 <module>/healthcheck-rest</module>
talig8e9c0652017-12-20 14:30:43 +020024 <module>conflict-rest</module>
25 <module>item-permissions-rest</module>
26 <module>item-rest</module>
27 <module>notifications-fe</module>
28 <module>notifications-rest</module>
vempo81ad9aa2018-01-09 14:25:08 +020029 <module>togglz-rest</module>
talig26855ad2018-04-12 10:45:02 +030030 <module>unique-type-rest</module>
Vodafone84a20982019-03-18 15:08:33 +053031 <module>externaltesting-rest</module>
Michael Landof5f13c42017-02-19 12:35:04 +020032 </modules>
33
AviZi280f8012017-06-09 02:39:56 +030034</project>