Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
@@ -36,7 +36,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
@@ -74,7 +74,7 @@
@@ -39,6 +39,11 @@
<artifactId>junit</artifactId>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <scope>test</scope>
+ </dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minicluster</artifactId>