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 2016/11/22 19:50:35 UTC

hbase git commit: HBASE-17160 Undo unnecessary inter-module dependency; spark to hbase-it and hbase-it to shell

Repository: hbase
Updated Branches:
  refs/heads/master 47a4e3437 -> b2b79ac7d


HBASE-17160 Undo unnecessary inter-module dependency; spark to hbase-it and hbase-it to shell


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

Branch: refs/heads/master
Commit: b2b79ac7d687818c6ea27ac44565d51ae7230d97
Parents: 47a4e34
Author: Michael Stack <st...@apache.org>
Authored: Tue Nov 22 10:29:27 2016 -0800
Committer: Michael Stack <st...@apache.org>
Committed: Tue Nov 22 10:29:27 2016 -0800

----------------------------------------------------------------------
 hbase-it/pom.xml    | 4 ----
 hbase-spark/pom.xml | 7 -------
 2 files changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/b2b79ac7/hbase-it/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml
index f0b1e67..09118b1 100644
--- a/hbase-it/pom.xml
+++ b/hbase-it/pom.xml
@@ -202,10 +202,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.hbase</groupId>
-      <artifactId>hbase-shell</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.hbase</groupId>
       <artifactId>hbase-rsgroup</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/hbase/blob/b2b79ac7/hbase-spark/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-spark/pom.xml b/hbase-spark/pom.xml
index 0a96f9c..035dfcc 100644
--- a/hbase-spark/pom.xml
+++ b/hbase-spark/pom.xml
@@ -536,13 +536,6 @@
             <type>test-jar</type>
         </dependency>
         <dependency>
-            <groupId>org.apache.hbase</groupId>
-            <artifactId>hbase-it</artifactId>
-            <version>${project.version}</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>com.google.protobuf</groupId>
             <artifactId>protobuf-java</artifactId>
         </dependency>