Moving all files to root directory
[appc.git] / appc-dispatcher / appc-dispatcher-common / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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   <parent>
5     <groupId>org.openecomp.appc</groupId>
6     <artifactId>appc-dispatcher</artifactId>
7     <version>1.0.0</version>
8   </parent>
9   <artifactId>appc-dispatcher-common</artifactId>
10   <packaging>pom</packaging>
11   <name>APPC Dispatcher Common</name>
12   <description>APPC Dispatcher Common</description>
13   
14         <!-- ================================================================================== -->
15         <!-- The modules we build -->
16         <!-- ================================================================================== -->
17         <modules>
18                 <module>appc-data-access-lib</module>
19                 <module>execution-queue-management-lib</module>
20                 <module>state-machine-lib</module>
21         <module>ranking-framework-lib</module>
22         <module>lock-manager-lib</module>
23         <module>domain-model-lib</module>
24         <module>transaction-recorder</module>
25     </modules>
26   
27 </project>