blob: f6654290c7322090ce773193054c6ab5ee6c5ff6 [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
5 <parent>
6 <groupId>org.openecomp.sdc</groupId>
7 <artifactId>openecomp-sdc</artifactId>
8 <version>1.0.0-SNAPSHOT</version>
9 </parent>
10
11 <artifactId>openecomp-sdc-api</artifactId>
12 <name>openecomp-sdc-api</name>
13 <packaging>pom</packaging>
14 <url>http://maven.apache.org</url>
15
16
17
18 <modules>
19 <module>/openecomp-sdc-rest-webapp</module>
20 </modules>
21
22</project>