diff options
author | 2018-02-12 12:12:52 +0530 | |
---|---|---|
committer | 2018-02-12 12:12:52 +0530 | |
commit | 98ee6f89bed86320a5ca06ed94242f8dcf25a83b (patch) | |
tree | 1359c2f6022576d8621e1504c3fe9896a37a16e6 /nova-client/pom.xml | |
parent | 05ac1667ec8690ab6a7623938f2d9a462e07aaec (diff) |
Improve the UT of key flows of the SO
Change-Id: Idea793677815edcf53b9433f2fd1da26e7d52512
Issue-ID: SO-369
Signed-off-by: Abhishek Shekhar <abhishek.shekhar1@amdocs.com>
Diffstat (limited to 'nova-client/pom.xml')
-rw-r--r-- | nova-client/pom.xml | 23 |
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 |