aboutsummaryrefslogtreecommitdiffstats
path: root/ms/sdclistener/application/pom.xml
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-09-22 15:53:19 +0100
committerefiacor <fiachra.corcoran@est.tech>2022-11-08 10:43:03 +0000
commit96f21afcca1b60f70c98f4f2f997a40ca0f74e73 (patch)
tree0267950d8070191b7466bfe0a35a6e7bf925f1fa /ms/sdclistener/application/pom.xml
parentf9533bb728b59ca8a270c427f6479a1e8fb244c0 (diff)
[SDC-DIST] Upgrade sdc-distro-client to v 2.0.01.5.0
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I1443b94bc1b5524c35f8ccd464bcb5da767c925e Issue-ID: DMAAP-1767
Diffstat (limited to 'ms/sdclistener/application/pom.xml')
-rw-r--r--ms/sdclistener/application/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/ms/sdclistener/application/pom.xml b/ms/sdclistener/application/pom.xml
index 88f426c1e..3ecab602f 100644
--- a/ms/sdclistener/application/pom.xml
+++ b/ms/sdclistener/application/pom.xml
@@ -68,6 +68,7 @@
<dependency>
<groupId>org.onap.sdc.sdc-distribution-client</groupId>
<artifactId>sdc-distribution-client</artifactId>
+ <version>${sdc-distribution-client.version}</version>
</dependency>
<dependency>
<groupId>org.jmockit</groupId>
@@ -123,5 +124,11 @@
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.github.stefanbirkner</groupId>
+ <artifactId>system-rules</artifactId>
+ <version>1.17.2</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>