Explorar o código

HDFS-17450. Add explicit dependency on httpclient jar (#6130). Contributed by PJ Fanning

Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
PJ Fanning hai 1 ano
pai
achega
59976f1be2
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      hadoop-hdfs-project/hadoop-hdfs-client/pom.xml

+ 10 - 0
hadoop-hdfs-project/hadoop-hdfs-client/pom.xml

@@ -49,6 +49,16 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
         </exclusion>
       </exclusions>
     </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>${httpclient.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+      <version>${httpcore.version}</version>
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>