summaryrefslogtreecommitdiffstats
path: root/quantum-client
diff options
context:
space:
mode:
Diffstat (limited to 'quantum-client')
-rw-r--r--quantum-client/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/quantum-client/pom.xml b/quantum-client/pom.xml
index 5ea33c1..50d63b5 100644
--- a/quantum-client/pom.xml
+++ b/quantum-client/pom.xml
@@ -10,6 +10,12 @@
<name>OpenStack Quantum Client</name>
<description>OpenStack Quantum Client</description>
<dependencies>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>4.11</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.openecomp.so.libs.openstack-java-sdk</groupId>
<artifactId>openstack-client</artifactId>