Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 1 | <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 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 5 | <artifactId>openecomp-sdc-rest-webapp</artifactId> |
| 6 | <name>openecomp-sdc-rest-webapp</name> |
| 7 | <packaging>pom</packaging> |
| 8 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 9 | <parent> |
| 10 | <groupId>org.openecomp.sdc</groupId> |
| 11 | <artifactId>openecomp-sdc-api</artifactId> |
ChrisC | 00acf3d | 2021-03-22 13:54:06 +0100 | [diff] [blame^] | 12 | <version>1.9.0-SNAPSHOT</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 13 | </parent> |
| 14 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 15 | <modules> |
JulienBe | b485c37 | 2020-10-28 11:50:25 -0400 | [diff] [blame] | 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>validation-rest</module> |
| 21 | <module>action-library-rest</module> |
| 22 | <module>application-config-rest</module> |
| 23 | <module>healthcheck-rest</module> |
talig | 8e9c065 | 2017-12-20 14:30:43 +0200 | [diff] [blame] | 24 | <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> |
vempo | 81ad9aa | 2018-01-09 14:25:08 +0200 | [diff] [blame] | 29 | <module>togglz-rest</module> |
talig | 26855ad | 2018-04-12 10:45:02 +0300 | [diff] [blame] | 30 | <module>unique-type-rest</module> |
Vodafone | 84a2098 | 2019-03-18 15:08:33 +0530 | [diff] [blame] | 31 | <module>externaltesting-rest</module> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 32 | </modules> |
| 33 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 34 | </project> |