diff --git a/core/pom.xml b/core/pom.xml
index 1c52b334d0c6cf1eab5bdde12b0f1ae76964d4f0..9e5a450d57a477ec3b7020d518b5f461b72c2bdb 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -170,6 +170,11 @@
             <artifactId>scalatest_${scala.binary.version}</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.mockito</groupId>
+            <artifactId>mockito-all</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.scalacheck</groupId>
             <artifactId>scalacheck_${scala.binary.version}</artifactId>
diff --git a/pom.xml b/pom.xml
index 9f08e8ad4e714884086c1b9d3d6a35980ab0760f..c2b1a7795a25657694d7525b78f6b373945b106b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -351,6 +351,12 @@
         <version>1.9.1</version>
         <scope>test</scope>
       </dependency>
+      <dependency>
+          <groupId>org.mockito</groupId>
+          <artifactId>mockito-all</artifactId>
+          <scope>test</scope>
+          <version>1.8.5</version>
+      </dependency>
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>