blob: 49e3e94d6378d63df6c61cef98d14d298fecb61b [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>
ChrisC00acf3d2021-03-22 13:54:06 +010012 <version>1.9.0-SNAPSHOT</version>
Michael Landof5f13c42017-02-19 12:35:04 +020013 </parent>
14
Michael Landof5f13c42017-02-19 12:35:04 +020015 <modules>
JulienBeb485c372020-10-28 11:50:25 -040016 <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>validation-rest</module>
21 <module>action-library-rest</module>
22 <module>application-config-rest</module>
23 <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>