소스 검색

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

(cherry picked from commit ff07b108039ecc4e680352f756930673ced42256)
Akira Ajisaka 9 년 전
부모
커밋
96dca785fa
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml

+ 5 - 0
hadoop-hdfs-project/hadoop-hdfs-native-client/pom.xml

@@ -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>