From 77c8e7ee4645fcd7052ac2a1055dd0d387fc5ecb Mon Sep 17 00:00:00 2001 From: prathamesh morde Date: Fri, 22 Feb 2019 17:03:19 -0500 Subject: Skeleton of CDS-SDC Listener ms Change-Id: I3874b588a484a22cc4e0fe9d39541effa1f3c305 Issue-ID: CCSDK-349 Signed-off-by: prathamesh morde --- ms/cds-sdc-listener/application/pom.xml | 58 +++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 ms/cds-sdc-listener/application/pom.xml (limited to 'ms/cds-sdc-listener/application/pom.xml') diff --git a/ms/cds-sdc-listener/application/pom.xml b/ms/cds-sdc-listener/application/pom.xml new file mode 100644 index 000000000..a5e6f1e53 --- /dev/null +++ b/ms/cds-sdc-listener/application/pom.xml @@ -0,0 +1,58 @@ + + + + + org.onap.ccsdk.parent + spring-boot-1-starter-parent + 1.2.1-SNAPSHOT + + + + 4.0.0 + application + CDS-SDC Listener Application + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-devtools + true + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + repackage + + repackage + + + + + + + + -- cgit 1.2.3-korg