Parcourir la source

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

Chao Sun il y a 4 ans
Parent
commit
188ebb5a9b

+ 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>