Selaa lähdekoodia

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

Akira Ajisaka 8 vuotta sitten
vanhempi
commit
ff07b10803
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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>