You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2017/11/22 20:46:46 UTC

hbase git commit: HBASE-19330 Remove duplicated dependency from hbase-rest

Repository: hbase
Updated Branches:
  refs/heads/branch-2 3c24c6eda -> 0ef7a2424


HBASE-19330 Remove duplicated dependency from hbase-rest

Remove the duplicated hbase-hadoop-compat dependency.

Signed-off-by: Michael Stack <st...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0ef7a242
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0ef7a242
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/0ef7a242

Branch: refs/heads/branch-2
Commit: 0ef7a24245359ada37473b05e6cca4aad46b5225
Parents: 3c24c6e
Author: Peter Somogyi <ps...@cloudera.com>
Authored: Wed Nov 22 15:13:50 2017 +0100
Committer: Michael Stack <st...@apache.org>
Committed: Wed Nov 22 12:46:05 2017 -0800

----------------------------------------------------------------------
 hbase-rest/pom.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/0ef7a242/hbase-rest/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-rest/pom.xml b/hbase-rest/pom.xml
index ac0bdbb..810fbd5 100644
--- a/hbase-rest/pom.xml
+++ b/hbase-rest/pom.xml
@@ -204,10 +204,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.hbase</groupId>
-      <artifactId>hbase-hadoop-compat</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.hbase</groupId>
       <artifactId>hbase-server</artifactId>
     </dependency>
     <dependency>