Browse Source

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

Closes #1507
Márton Elek 5 years ago
parent
commit
91f50b98ca
1 changed files with 4 additions and 0 deletions
  1. 4 0
      hadoop-ozone/ozonefs/pom.xml

+ 4 - 0
hadoop-ozone/ozonefs/pom.xml

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