|
@@ -39,6 +39,11 @@
|
|
<artifactId>junit</artifactId>
|
|
<artifactId>junit</artifactId>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.mockito</groupId>
|
|
|
|
+ <artifactId>mockito-core</artifactId>
|
|
|
|
+ <scope>test</scope>
|
|
|
|
+ </dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.hadoop</groupId>
|
|
<groupId>org.apache.hadoop</groupId>
|
|
<artifactId>hadoop-minicluster</artifactId>
|
|
<artifactId>hadoop-minicluster</artifactId>
|