blob: 7c480a13b17f075aeebf1ede235c6914ee6e17bd [file] [log] [blame]
Patrick Brady57b5eef2017-02-10 15:00:49 -08001<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">
2 <modelVersion>4.0.0</modelVersion>
3 <parent>
Patrick Brady07567592017-12-13 11:09:30 -08004 <groupId>org.onap.appc</groupId>
Patrick Brady57b5eef2017-02-10 15:00:49 -08005 <artifactId>appc-dispatcher</artifactId>
Jessica Wagantall65367992017-11-16 17:22:13 -08006 <version>1.3.0-SNAPSHOT</version>
Patrick Brady57b5eef2017-02-10 15:00:49 -08007 </parent>
8 <artifactId>appc-request-handler</artifactId>
9 <packaging>pom</packaging>
10 <name>APPC Request Handler</name>
11 <description>APPC Request Handler</description>
12
13 <!-- ================================================================================== -->
14 <!-- The modules we build -->
15 <!-- ================================================================================== -->
16 <modules>
17 <module>appc-request-handler-api</module>
18 <module>appc-request-handler-core</module>
19 <module>appc-request-handler-features</module>
20 </modules>
21
22</project>