diff options
Diffstat (limited to 'nova-client')
-rw-r--r-- | nova-client/pom.xml | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/nova-client/pom.xml b/nova-client/pom.xml index 8e5f93a..c83eb96 100644 --- a/nova-client/pom.xml +++ b/nova-client/pom.xml @@ -21,27 +21,31 @@ <version>1.2.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>org.jmockit</groupId> - <artifactId>jmockit</artifactId> - <version>1.19</version> - <scope>test</scope> - </dependency> + <groupId>org.jmockit</groupId> + <artifactId>jmockit</artifactId> + <version>1.19</version> + <scope>test</scope> + </dependency> <dependency> <groupId>org.openecomp.so.libs.openstack-java-sdk</groupId> <artifactId>openstack-client</artifactId> <type>test-jar</type> + <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> + <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> + <scope>test</scope> </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |