Skip to content

Commit 8e4b1cd

Browse files
committed
HADOOP-17373. hadoop-client-integration-tests doesn't work when building with skipShade (#2458)
1 parent 64344fb commit 8e4b1cd

File tree

1 file changed

+6
-0
lines changed
  • hadoop-client-modules/hadoop-client-integration-tests

1 file changed

+6
-0
lines changed

hadoop-client-modules/hadoop-client-integration-tests/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,12 @@
180180
<scope>test</scope>
181181
<type>test-jar</type>
182182
</dependency>
183+
<dependency>
184+
<groupId>org.apache.hadoop</groupId>
185+
<artifactId>hadoop-yarn-server-tests</artifactId>
186+
<scope>test</scope>
187+
<type>test-jar</type>
188+
</dependency>
183189
</dependencies>
184190
</profile>
185191
</profiles>

0 commit comments

Comments
 (0)