Repository: spark
Updated Branches:
  refs/heads/branch-1.6 d33f18c42 -> d6f4b56a6


Add mockito as an explicit test dependency to spark-streaming

While sbt successfully compiles as it properly pulls the mockito dependency, 
maven builds have broken. We need this in ASAP.
tdas

Author: Burak Yavuz <brk...@gmail.com>

Closes #9584 from brkyvz/fix-master.

(cherry picked from commit 1431319e5bc46c7225a8edeeec482816d14a83b8)
Signed-off-by: Tathagata Das <tathagata.das1...@gmail.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d6f4b56a
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d6f4b56a
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d6f4b56a

Branch: refs/heads/branch-1.6
Commit: d6f4b56a67a388346e4a7a9d7af6024e61e188ce
Parents: d33f18c
Author: Burak Yavuz <brk...@gmail.com>
Authored: Mon Nov 9 18:53:57 2015 -0800
Committer: Tathagata Das <tathagata.das1...@gmail.com>
Committed: Mon Nov 9 18:54:11 2015 -0800

----------------------------------------------------------------------
 streaming/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/d6f4b56a/streaming/pom.xml
----------------------------------------------------------------------
diff --git a/streaming/pom.xml b/streaming/pom.xml
index 145c8a7..435e16d 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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to