We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0169fb commit b2d5202Copy full SHA for b2d5202
hadoop-hdfs-project/hadoop-hdfs-client/pom.xml
@@ -49,6 +49,14 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
49
</exclusion>
50
</exclusions>
51
</dependency>
52
+ <dependency>
53
+ <groupId>org.apache.httpcomponents</groupId>
54
+ <artifactId>httpclient</artifactId>
55
+ </dependency>
56
57
58
+ <artifactId>httpcore</artifactId>
59
60
<dependency>
61
<groupId>junit</groupId>
62
<artifactId>junit</artifactId>
0 commit comments