Skip to content

Commit

Permalink
Add mockito as an explicit test dependency to spark-streaming
Browse files Browse the repository at this point in the history
While sbt successfully compiles as it properly pulls the mockito dependency, maven builds have broken. We need this in ASAP.
tdas

Author: Burak Yavuz <[email protected]>

Closes #9584 from brkyvz/fix-master.
  • Loading branch information
brkyvz authored and tdas committed Nov 10, 2015
1 parent 6502944 commit 1431319
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions streaming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1431319

Please sign in to comment.