diff --git a/pom.xml b/pom.xml
index 0a009cf..0249f4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -528,6 +528,12 @@
${junit.version}
test
+
+ org.mockito
+ mockito-all
+ 1.8.1
+ test
+
@@ -696,10 +702,14 @@
${commons-math.version}
test
-
+
org.apache.hadoop
hadoop-test
+
+ org.mockito
+ mockito-all
+