Explorar el Código

HADOOP-14287. Compiling trunk with -DskipShade fails. Contributed by Arun Suresh.

Andrew Wang hace 8 años
padre
commit
d298f734a4
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      hadoop-client-modules/hadoop-client-integration-tests/pom.xml

+ 5 - 0
hadoop-client-modules/hadoop-client-integration-tests/pom.xml

@@ -145,6 +145,11 @@
           <artifactId>hadoop-common</artifactId>
           <scope>test</scope>
         </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-hdfs-client</artifactId>
+          <scope>test</scope>
+        </dependency>
         <dependency>
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-hdfs</artifactId>