diff options
Diffstat (limited to 'keystone-client/pom.xml')
-rw-r--r-- | keystone-client/pom.xml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/keystone-client/pom.xml b/keystone-client/pom.xml index 6c511f4..89b6841 100644 --- a/keystone-client/pom.xml +++ b/keystone-client/pom.xml @@ -20,18 +20,18 @@ <artifactId>keystone-model</artifactId> <version>1.2.0-SNAPSHOT</version> </dependency> - <dependency> - <groupId>org.jmockit</groupId> - <artifactId>jmockit</artifactId> - <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.jmockit</groupId> + <artifactId>jmockit</artifactId> + <version>1.19</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.12</version> + <scope>test</scope> + </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |