Junit Cases for Artifact Handler.
[appc.git] / appc-inbound / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
2     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">\r
3     <modelVersion>4.0.0</modelVersion>\r
4     <parent>\r
5         <groupId>org.openecomp.appc</groupId>\r
6         <artifactId>appc</artifactId>\r
7         <version>1.1.0-SNAPSHOT</version>\r
8     </parent>\r
9     <artifactId>appc-inbound</artifactId>\r
10     <packaging>pom</packaging>\r
11     <name>Application Controller Inbound</name>\r
12     <description>Application Controller Inbound</description>\r
13 \r
14     <properties>\r
15         <openecomp.sdnc.sql-resource.version>1.1.2</openecomp.sdnc.sql-resource.version>    \r
16     </properties>\r
17     <modules>\r
18         <module>appc-artifact-handler</module>\r
19         <module>appc-design-services</module>\r
20     </modules>\r
21 \r
22 </project>\r