summaryrefslogtreecommitdiffstats
path: root/ms/cds-sdc-listener/application/pom.xml
diff options
context:
space:
mode:
authorprathamesh morde <prathamesh.morde@bell.ca>2019-03-07 17:11:14 -0500
committerprathamesh morde <prathamesh.morde@bell.ca>2019-03-20 11:01:04 -0400
commit8319323ab036f85e5dfa94b187d3c2b882f7e6ec (patch)
tree41738b12978efc03606db9fd9d6f42d6e9f0641d /ms/cds-sdc-listener/application/pom.xml
parentf24666c55d17ef296746ea103218d1c489380a00 (diff)
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 <prathamesh.morde@bell.ca>
Diffstat (limited to 'ms/cds-sdc-listener/application/pom.xml')
-rw-r--r--ms/cds-sdc-listener/application/pom.xml15
1 files changed, 15 insertions, 0 deletions
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 @@
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
+
+ <!-- SDC Distribution client dependency -->
+ <dependency>
+ <groupId>org.onap.sdc.sdc-distribution-client</groupId>
+ <artifactId>sdc-distribution-client</artifactId>
+ <version>1.3.0</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.jmockit</groupId>
+ <artifactId>jmockit</artifactId>
+ <version>1.19</version>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
<build>