Repository: hadoop Updated Branches: refs/heads/branch-2.8 b9b6bd293 -> d12a0a25b
HDFS-11629. Revert "HDFS-11431. hadoop-hdfs-client JAR does not include ConfiguredFailoverProxyProvider." This reverts commit 72fbdf708ee5f6b1004a5d45dd1cf2cb50fedb24. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ab673aa6 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ab673aa6 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ab673aa6 Branch: refs/heads/branch-2.8 Commit: ab673aa6cc6a402e4a92ecd9bbc5d77d4f4912d5 Parents: b9b6bd2 Author: Andrew Wang <[email protected]> Authored: Wed Apr 5 16:26:57 2017 -0700 Committer: Andrew Wang <[email protected]> Committed: Wed Apr 5 16:26:57 2017 -0700 ---------------------------------------------------------------------- hadoop-client/pom.xml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/ab673aa6/hadoop-client/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-client/pom.xml b/hadoop-client/pom.xml index 86ca5f1..3a6fadb 100644 --- a/hadoop-client/pom.xml +++ b/hadoop-client/pom.xml @@ -100,7 +100,7 @@ <dependency> <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-hdfs</artifactId> + <artifactId>hadoop-hdfs-client</artifactId> <scope>compile</scope> <exclusions> <exclusion> @@ -123,30 +123,6 @@ <groupId>javax.servlet</groupId> <artifactId>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]
