소스 검색

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

Andrew Wang 8 년 전
부모
커밋
d298f734a4
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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>