Repository: hbase
Updated Branches:
  refs/heads/branch-1.3 b3834d7f7 -> 603decdbf


HBASE-16177 In dev mode thrift server can't be run


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

Branch: refs/heads/branch-1.3
Commit: 603decdbf7eea4f86386496d141d3548f384f409
Parents: b3834d7
Author: Elliott Clark <ecl...@apache.org>
Authored: Tue Jul 5 11:55:53 2016 -0700
Committer: Elliott Clark <ecl...@apache.org>
Committed: Tue Jul 5 12:15:41 2016 -0700

----------------------------------------------------------------------
 hbase-assembly/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/603decdb/hbase-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index 550a7c8..eca3f12 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -162,6 +162,10 @@
       <artifactId>hbase-server</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.apache.hbase</groupId>
+      <artifactId>hbase-thrift</artifactId>
+    </dependency>
+    <dependency>
         <groupId>org.apache.hbase</groupId>
         <artifactId>hbase-hadoop-compat</artifactId>
     </dependency>

Reply via email to