summaryrefslogtreecommitdiffstats
path: root/ms/cds-sdc-listener/application/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-03-22 16:07:20 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-22 16:07:20 +0000
commit4ab5b2f7993068abfc7217ff70a2f48646dfdf7b (patch)
treea28a9f40de95d700e7d2876a180adf839a1c2232 /ms/cds-sdc-listener/application/pom.xml
parent21ed72977b85bba3a06ebc7a36dc588429149809 (diff)
parentbf1605f2448380c45b7217b11d6ad24d1c2be3a2 (diff)
Merge "CDS-SDC Listener application"
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 412c5918f..1df385fef 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>