Skip to content

Commit b2d5202

Browse files
committed
better to have explicit httpclient dependency
1 parent b0169fb commit b2d5202

File tree

1 file changed

+8
-0
lines changed
  • hadoop-hdfs-project/hadoop-hdfs-client

1 file changed

+8
-0
lines changed

hadoop-hdfs-project/hadoop-hdfs-client/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
4949
</exclusion>
5050
</exclusions>
5151
</dependency>
52+
<dependency>
53+
<groupId>org.apache.httpcomponents</groupId>
54+
<artifactId>httpclient</artifactId>
55+
</dependency>
56+
<dependency>
57+
<groupId>org.apache.httpcomponents</groupId>
58+
<artifactId>httpcore</artifactId>
59+
</dependency>
5260
<dependency>
5361
<groupId>junit</groupId>
5462
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)