Skip to content

Commit 1431319

Browse files
brkyvztdas
authored andcommitted
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 <[email protected]> Closes #9584 from brkyvz/fix-master.
1 parent 6502944 commit 1431319

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

streaming/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@
9393
<artifactId>selenium-java</artifactId>
9494
<scope>test</scope>
9595
</dependency>
96+
<dependency>
97+
<groupId>org.mockito</groupId>
98+
<artifactId>mockito-core</artifactId>
99+
<scope>test</scope>
100+
</dependency>
96101
</dependencies>
97102
<build>
98103
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>

0 commit comments

Comments
 (0)