Repository: hbase Updated Branches: refs/heads/0.98 bcfd6b20e -> aea38780b
HBASE-12898 ADDENDUM remove dup hadoop-auth in hbase-client Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/aea38780 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/aea38780 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/aea38780 Branch: refs/heads/0.98 Commit: aea38780b9f0bf0ee2c6725a98f47b64759cf5d9 Parents: bcfd6b2 Author: Sean Busbey <[email protected]> Authored: Thu Jan 22 15:27:11 2015 -0600 Committer: Sean Busbey <[email protected]> Committed: Thu Jan 22 15:27:11 2015 -0600 ---------------------------------------------------------------------- hbase-client/pom.xml | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/aea38780/hbase-client/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index dd93b6a..c1d0eaf 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -232,10 +232,6 @@ </dependency> <dependency> <groupId>org.apache.hadoop</groupId> - <artifactId>hadoop-auth</artifactId> - </dependency> - <dependency> - <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-mapreduce-client-core</artifactId> <exclusions> <exclusion>
