HDFS-10561. test_native_mini_dfs fails by NoClassDefFoundError. (aajisaka)

(cherry picked from commit ff07b10803)
This commit is contained in:
Akira Ajisaka 2016-06-23 15:47:31 +09:00
parent fb13ab0727
commit 96dca785fa
1 changed files with 5 additions and 0 deletions

View File

@ -68,6 +68,11 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>