blob: adaa3de109e57b27f3a5288e48a0d84bf5975ecf [file] [log] [blame]
Smokowski, Kevin (ks6305)8506f0b2019-03-13 21:02:14 +00001<?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
5 <parent>
Timoney, Dan (dt5972)ee0ce402019-03-19 09:12:23 -04006 <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId>
7 <artifactId>messagerouter-root</artifactId>
Smokowski, Kevin (ks6305)8506f0b2019-03-13 21:02:14 +00008 <version>0.4.1-SNAPSHOT</version>
9 </parent>
10
11 <artifactId>publisher.aggregate</artifactId>
12 <packaging>pom</packaging>
13
14 <modules>
15 <module>api</module>
16 <module>features</module>
17 <module>provider</module>
18 <module>sample.client</module>
19 <module>installer</module>
20 </modules>
21</project>