Repository: hadoop Updated Branches: refs/heads/branch-2 a264d9801 -> b0baabc24
Revert "HDFS-11431. hadoop-hdfs-client JAR does not include ConfiguredFailoverProxyProvider." This reverts commit 3eaa79c9cf7556d166165b35117d0b47f0514a68. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b0baabc2 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b0baabc2 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b0baabc2 Branch: refs/heads/branch-2 Commit: b0baabc24952c043517796d7ba64ce1a28337f12 Parents: a264d98 Author: Andrew Wang <[email protected]> Authored: Thu Mar 16 12:25:03 2017 -0700 Committer: Andrew Wang <[email protected]> Committed: Thu Mar 16 12:25:03 2017 -0700 ---------------------------------------------------------------------- hadoop-client/pom.xml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/b0baabc2/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]
