HDDS-2167. Hadoop31-mr acceptance test is failing due to the shading

Closes #1507
This commit is contained in:
Márton Elek 2019-09-24 17:52:36 +02:00
parent 51c64b357d
commit 91f50b98ca
No known key found for this signature in database
GPG Key ID: D51EA8F00EE79B28
1 changed files with 4 additions and 0 deletions

View File

@ -131,6 +131,10 @@
<groupId>org.apache.hadoop</groupId> <groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-ozone-common</artifactId> <artifactId>hadoop-ozone-common</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
<dependency> <dependency>
<groupId>com.google.code.findbugs</groupId> <groupId>com.google.code.findbugs</groupId>
<artifactId>findbugs</artifactId> <artifactId>findbugs</artifactId>