Revert "HDFS-11431. hadoop-hdfs-client JAR does not include ConfiguredFailoverProxyProvider."
This reverts commit cd976b263be39bd4f75b1c94c09f82c862e04b30. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/79ede403 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/79ede403 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/79ede403 Branch: refs/heads/HADOOP-13345 Commit: 79ede403eed49f77e3f0e4b103fc8619cac67168 Parents: ba62b50 Author: Steve Loughran <[email protected]> Authored: Thu Mar 16 19:06:27 2017 +0000 Committer: Steve Loughran <[email protected]> Committed: Thu Mar 16 19:06:51 2017 +0000 ---------------------------------------------------------------------- hadoop-client-modules/hadoop-client/pom.xml | 26 +----------------------- 1 file changed, 1 insertion(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/79ede403/hadoop-client-modules/hadoop-client/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-client-modules/hadoop-client/pom.xml b/hadoop-client-modules/hadoop-client/pom.xml index e5dc0e4..6bc7232 100644 --- a/hadoop-client-modules/hadoop-client/pom.xml +++ b/hadoop-client-modules/hadoop-client/pom.xml @@ -103,7 +103,7 @@ <dependency> <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-hdfs</artifactId> + <artifactId>hadoop-hdfs-client</artifactId> <scope>compile</scope> <exclusions> <exclusion> @@ -126,30 +126,6 @@ <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </exclusion> - <exclusion> - <groupId>io.netty</groupId> - <artifactId>netty</artifactId> - </exclusion> - <exclusion> - <groupId>io.netty</groupId> - <artifactId>netty-all</artifactId> - </exclusion> - <exclusion> - <groupId>xerces</groupId> - <artifactId>xercesImpl</artifactId> - </exclusion> - <exclusion> - <groupId>commons-daemon</groupId> - <artifactId>commons-daemon</artifactId> - </exclusion> - <exclusion> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jetty-util</artifactId> - </exclusion> - <exclusion> - <groupId>org.fusesource.leveldbjni</groupId> - <artifactId>leveldbjni-all</artifactId> - </exclusion> </exclusions> </dependency> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
