diff options
-rw-r--r-- | quantum-client/pom.xml | 6 |
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> |