You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ch...@apache.org on 2017/08/28 15:09:36 UTC

hbase git commit: HBASE-18640 (Addendum) Remove the redundant dependency

Repository: hbase
Updated Branches:
  refs/heads/branch-2 62c3439dd -> 152ad3025


HBASE-18640 (Addendum) Remove the redundant dependency


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

Branch: refs/heads/branch-2
Commit: 152ad3025b47cc5026c960b4672f54ccf3db0675
Parents: 62c3439
Author: Chia-Ping Tsai <ch...@gmail.com>
Authored: Mon Aug 28 23:01:55 2017 +0800
Committer: Chia-Ping Tsai <ch...@gmail.com>
Committed: Mon Aug 28 23:04:03 2017 +0800

----------------------------------------------------------------------
 hbase-it/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/152ad302/hbase-it/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index 527de7f..57f87a1 100644
--- a/hbase-it/pom.xml
+++ b/hbase-it/pom.xml
@@ -210,12 +210,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.hbase</groupId>
-      <artifactId>hbase-mapreduce</artifactId>
-      <type>test-jar</type>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.hbase</groupId>
       <artifactId>hbase-rsgroup</artifactId>
     </dependency>
     <dependency>