From 8319323ab036f85e5dfa94b187d3c2b882f7e6ec Mon Sep 17 00:00:00 2001 From: prathamesh morde Date: Thu, 7 Mar 2019 17:11:14 -0500 Subject: CDS-SDC Listener application Things done- CDS-SDC listener able to register for SDC distribution. Download the artifacts. Things to do- Add logic to parse the blueprint from CSAR and store it into CDS DB. Change-Id: I2fe01af73814e749f93a62d3a90e1f05947c0505 Issue-ID: CCSDK-349 Signed-off-by: prathamesh morde --- ms/cds-sdc-listener/application/pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (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 index 54f59b7c..86cd764d 100644 --- a/ms/cds-sdc-listener/application/pom.xml +++ b/ms/cds-sdc-listener/application/pom.xml @@ -36,6 +36,21 @@ spring-boot-devtools true + + + + org.onap.sdc.sdc-distribution-client + sdc-distribution-client + 1.3.0 + + + + org.jmockit + jmockit + 1.19 + test + + -- cgit 1.2.3-korg