69e483bd6c8b41de6ce58d3789e3e73df02927fd
[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.3.0-SNAPSHOT</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>ranking-framework-lib</module>
21         <module>lock-manager-lib</module>
22         <module>domain-model-lib</module>
23         <module>transaction-recorder</module>
24     </modules>
25
26 </project>