Fix items missed in microservice restructure
[aai/champ.git] / 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     <groupId>org.onap.aai</groupId>
6     <artifactId>champ</artifactId>
7     <name>champ</name>
8     <packaging>pom</packaging>
9     <version>1.2.0-SNAPSHOT</version>
10
11     <modules>
12         <module>champ-lib</module>
13         <module>champ-service</module>
14         <module>champ-service-deps-janus</module>
15         <module>champ-service-deps-titan</module>
16     </modules>
17
18 </project>