Skip to content

Commit

Permalink
HDFS-17450. Add explicit dependency on httpclient jar (#6130). Contri…
Browse files Browse the repository at this point in the history
…buted by PJ Fanning

Signed-off-by: Ayush Saxena <[email protected]>
  • Loading branch information
pjfanning authored Mar 30, 2024
1 parent 4807815 commit 59976f1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions hadoop-hdfs-project/hadoop-hdfs-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 59976f1

Please sign in to comment.