HDDS-2167. Hadoop31-mr acceptance test is failing due to the shading
Closes #1507
This commit is contained in:
parent
51c64b357d
commit
91f50b98ca
|
@ -131,6 +131,10 @@
|
|||
<groupId>org.apache.hadoop</groupId>
|
||||
<artifactId>hadoop-ozone-common</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.httpcomponents</groupId>
|
||||
<artifactId>httpclient</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.code.findbugs</groupId>
|
||||
<artifactId>findbugs</artifactId>
|
||||
|
|
Loading…
Reference in New Issue