You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by sy...@apache.org on 2017/01/04 07:39:16 UTC

[14/50] [abbrv] hbase git commit: HBASE-17160 Undo unnecessary inter-module dependency; spark to hbase-it and hbase-it to shell; ADDENDUM

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


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

Branch: refs/heads/hbase-12439
Commit: 45da294a171faea10b34b022c9d3990bdb72d0e8
Parents: 09bb428
Author: Michael Stack <st...@apache.org>
Authored: Thu Dec 22 08:16:55 2016 -0800
Committer: Michael Stack <st...@apache.org>
Committed: Thu Dec 22 08:17:30 2016 -0800

----------------------------------------------------------------------
 hbase-endpoint/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/45da294a/hbase-endpoint/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-endpoint/pom.xml b/hbase-endpoint/pom.xml
index 0838efa..fc200f8 100644
--- a/hbase-endpoint/pom.xml
+++ b/hbase-endpoint/pom.xml
@@ -119,6 +119,16 @@
       </dependency>
     <dependency>
       <groupId>org.apache.hbase</groupId>
+      <artifactId>hbase-hadoop-compat</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hbase</groupId>
+      <artifactId>hbase-hadoop-compat</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.hbase</groupId>
       <artifactId>${compat.module}</artifactId>
       <version>${project.version}</version>
     </dependency>