diff options
Diffstat (limited to 'quantum-client')
-rw-r--r-- | quantum-client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum-client/pom.xml b/quantum-client/pom.xml index 50d63b5..5a6c702 100644 --- a/quantum-client/pom.xml +++ b/quantum-client/pom.xml @@ -10,12 +10,12 @@ <name>OpenStack Quantum Client</name> <description>OpenStack Quantum Client</description> <dependencies> - <dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> <scope>test</scope> - </dependency> + </dependency> <dependency> <groupId>org.openecomp.so.libs.openstack-java-sdk</groupId> <artifactId>openstack-client</artifactId> |