瀏覽代碼

HADOOP-17373. hadoop-client-integration-tests doesn't work when building with skipShade (#2458)

Chao Sun 4 年之前
父節點
當前提交
188ebb5a9b
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      hadoop-client-modules/hadoop-client-integration-tests/pom.xml

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

@@ -180,6 +180,12 @@
           <scope>test</scope>
           <type>test-jar</type>
         </dependency>
+        <dependency>
+          <groupId>org.apache.hadoop</groupId>
+          <artifactId>hadoop-yarn-server-tests</artifactId>
+          <scope>test</scope>
+          <type>test-jar</type>
+        </dependency>
       </dependencies>
     </profile>
   </profiles>