Add missing groupId
[ccsdk/cds.git] / ms / cds-sdc-listener / pom.xml
1 <!--
2   ~ Copyright (C) 2019 Bell Canada. All rights reserved.
3   ~
4   ~ NOTICE:  All the intellectual and technical concepts contained herein are
5   ~ proprietary to Bell Canada and are protected by trade secret or copyright law.
6   ~ Unauthorized copying of this file, via any medium is strictly prohibited.
7   -->
8 <project xmlns="http://maven.apache.org/POM/4.0.0"
9   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11   <parent>
12     <artifactId>ccsdk-apps-ms</artifactId>
13     <groupId>org.onap.ccsdk.apps</groupId>
14     <version>0.4.1-SNAPSHOT</version>
15   </parent>
16
17   <modelVersion>4.0.0</modelVersion>
18   <artifactId>cds-sdc-listener</artifactId>
19   <name>CDS-SDC Listener Root</name>
20   <description>A microservice to get the cba file from SDC and store it into database at runtime</description>
21   <packaging>pom</packaging>
22
23   <modules>
24     <module>application</module>
25     <!--  Module is not currently working
26     <module>distribution</module>
27     -->
28   </modules>
29
30 </project>