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