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

This commit is contained in:
Chao Sun 2020-11-11 09:37:23 -08:00 committed by GitHub
parent 567600fd80
commit 188ebb5a9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

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