Add mockito dependency.
[xudocci.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8489423..d38faef 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <version>1.3</version>
                </dependency>
                <dependency>
+                       <groupId>org.mockito</groupId>
+                       <artifactId>mockito-all</artifactId>
+                       <version>1.9.5</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
                        <groupId>org.codehaus.jackson</groupId>
                        <artifactId>jackson-mapper-asl</artifactId>
                        <version>1.9.13</version>