Repository: hadoop Updated Branches: refs/heads/branch-2 d564d1f44 -> c51507dde
Revert "Revert "HDFS-11431. hadoop-hdfs-client JAR does not include ConfiguredFailoverProxyProvider."" This reverts commit b0baabc24952c043517796d7ba64ce1a28337f12. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c51507dd Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c51507dd Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c51507dd Branch: refs/heads/branch-2 Commit: c51507dde030d2ddcff18a8a06b8211af89fab2b Parents: d564d1f Author: Junping Du <[email protected]> Authored: Thu Mar 16 12:44:11 2017 -0700 Committer: Junping Du <[email protected]> Committed: Thu Mar 16 12:44:11 2017 -0700 ---------------------------------------------------------------------- hadoop-client/pom.xml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/c51507dd/hadoop-client/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-client/pom.xml b/hadoop-client/pom.xml index d0a995b..90df377 100644 --- a/hadoop-client/pom.xml +++ b/hadoop-client/pom.xml @@ -100,7 +100,7 @@ <dependency> <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-hdfs-client</artifactId> + <artifactId>hadoop-hdfs</artifactId> <scope>compile</scope> <exclusions> <exclusion> @@ -123,6 +123,30 @@ <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]
