You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by te...@apache.org on 2014/07/07 19:12:23 UTC

git commit: SLIDER-212 Add hbase dependencies for slider-providers/hbase/hbase-funtests

Repository: incubator-slider
Updated Branches:
  refs/heads/develop bb1b86d89 -> 0d0ebe9d8


SLIDER-212 Add hbase dependencies for slider-providers/hbase/hbase-funtests


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

Branch: refs/heads/develop
Commit: 0d0ebe9d8bd50e30d7b866389c480bb33133acc4
Parents: bb1b86d
Author: tedyu <yu...@gmail.com>
Authored: Mon Jul 7 10:12:29 2014 -0700
Committer: tedyu <yu...@gmail.com>
Committed: Mon Jul 7 10:12:29 2014 -0700

----------------------------------------------------------------------
 pom.xml                                              |  6 ++++++
 slider-providers/hbase/slider-hbase-provider/pom.xml | 10 ++++++++++
 2 files changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/0d0ebe9d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0076561..6c86b33 100644
--- a/pom.xml
+++ b/pom.xml
@@ -635,6 +635,12 @@
 
       <dependency>
         <groupId>org.apache.hbase</groupId>
+        <artifactId>hbase-protocol</artifactId>
+        <version>${hbase.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.hbase</groupId>
         <artifactId>hbase-it</artifactId>
         <version>${hbase.version}</version>
         <classifier>tests</classifier>

http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/0d0ebe9d/slider-providers/hbase/slider-hbase-provider/pom.xml
----------------------------------------------------------------------
diff --git a/slider-providers/hbase/slider-hbase-provider/pom.xml b/slider-providers/hbase/slider-hbase-provider/pom.xml
index c8e17ce..1cd5e66 100644
--- a/slider-providers/hbase/slider-hbase-provider/pom.xml
+++ b/slider-providers/hbase/slider-hbase-provider/pom.xml
@@ -188,6 +188,16 @@
 
     <dependency>
       <groupId>org.apache.hbase</groupId>
+      <artifactId>hbase-protocol</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.hbase</groupId>
+      <artifactId>hbase-common</artifactId>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.hbase</groupId>
       <artifactId>hbase-common</artifactId>
       <classifier>tests</classifier>
       <scope>test</scope>