diff --git a/streaming/pom.xml b/streaming/pom.xml
index 145c8a7321c0539be0832ed43a6dc57b88d18b6a..435e16db13ab4a16fd4045abe1f7f11de3e2d8c8 100644
--- a/streaming/pom.xml
+++ b/streaming/pom.xml
@@ -93,6 +93,11 @@
       <artifactId>selenium-java</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-core</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>