Quellcode durchsuchen

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

Closes #1507
Márton Elek vor 5 Jahren
Ursprung
Commit
91f50b98ca
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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>