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