aboutsummaryrefslogtreecommitdiffstats
path: root/ms/sdclistener/application/pom.xml
diff options
context:
space:
mode:
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>