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> |
Michael Lando | ebd7c8f | 2017-03-15 20:38:00 +0200 | [diff] [blame] | 12 | <version>1.1.0-SNAPSHOT</version> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 13 | <relativePath>../</relativePath> |
| 14 | </parent> |
| 15 | |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 16 | <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> |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 25 | <module>/activity-log-rest</module> |
Avi Ziv | b8e2faf | 2017-07-18 19:45:38 +0300 | [diff] [blame^] | 26 | <module>/healthcheck-rest</module> |
Michael Lando | f5f13c4 | 2017-02-19 12:35:04 +0200 | [diff] [blame] | 27 | </modules> |
| 28 | |
AviZi | 280f801 | 2017-06-09 02:39:56 +0300 | [diff] [blame] | 29 | </project> |