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
parent 64344fb302
commit 8e4b1cd192
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>