Add tests for LockSoneCommand and UnlockSoneCommand, use newer JUnit, add Mockito...
[Sone.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 0e2cc60..087d690 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
-                       <version>3.8.2</version>
+                       <version>4.11</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.mockito</groupId>
+                       <artifactId>mockito-all</artifactId>
+                       <version>1.9.5</version>
                        <scope>test</scope>
                </dependency>
                <dependency>