Просмотр исходного кода

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

Akira Ajisaka 8 лет назад
Родитель
Сommit
ff07b10803
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>