summaryrefslogtreecommitdiffstats
path: root/nova-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'nova-client/pom.xml')
-rw-r--r--nova-client/pom.xml23
1 files changed, 17 insertions, 6 deletions
diff --git a/nova-client/pom.xml b/nova-client/pom.xml
index bd49296..8e5f93a 100644
--- a/nova-client/pom.xml
+++ b/nova-client/pom.xml
@@ -26,11 +26,22 @@
<version>1.19</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>4.12</version>
- <scope>test</scope>
- </dependency>
+ <dependency>
+ <groupId>org.openecomp.so.libs.openstack-java-sdk</groupId>
+ <artifactId>openstack-client</artifactId>
+ <type>test-jar</type>
+ </dependency>
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.powermock</groupId>
+ <artifactId>powermock-module-junit4</artifactId>
+ </dependency>
</dependencies>
</project> \ No newline at end of file