This is an automated email from the ASF dual-hosted git repository.

ayushsaxena pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new 19b3d6848f91 HDFS-17450. Add explicit dependency on httpclient jar 
(#6130). Contributed by PJ Fanning
19b3d6848f91 is described below

commit 19b3d6848f91ba3f49e437d6b7fff2ae61c4e795
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Sat Mar 30 18:54:15 2024 +0100

    HDFS-17450. Add explicit dependency on httpclient jar (#6130). Contributed 
by PJ Fanning
    
    Signed-off-by: Ayush Saxena <ayushsax...@apache.org>
---
 hadoop-hdfs-project/hadoop-hdfs-client/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml 
b/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml
index f06756a116d8..47b307bc5507 100644
--- a/hadoop-hdfs-project/hadoop-hdfs-client/pom.xml
+++ b/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>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to