Repository: hadoop Updated Branches: refs/heads/branch-2 903278559 -> e154893d3
Revert "Revert "Revert "HDFS-11431. hadoop-hdfs-client JAR does not include ConfiguredFailoverProxyProvider.""" This reverts commit c51507dde030d2ddcff18a8a06b8211af89fab2b. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/3660309f Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/3660309f Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/3660309f Branch: refs/heads/branch-2 Commit: 3660309fd088d5b89c35ada0e972a078859554f1 Parents: 9032785 Author: Andrew Wang <[email protected]> Authored: Wed Apr 5 12:50:21 2017 -0700 Committer: Andrew Wang <[email protected]> Committed: Wed Apr 5 12:50:21 2017 -0700 ---------------------------------------------------------------------- hadoop-client/pom.xml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/3660309f/hadoop-client/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-client/pom.xml b/hadoop-client/pom.xml index 90df377..d0a995b 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]
