Repository: hbase
Updated Branches:
  refs/heads/master 318751cfd -> 2eef33930


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/2eef3393
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2eef3393
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2eef3393

Branch: refs/heads/master
Commit: 2eef33930c358fa00347376604c3fc4ee68019c1
Parents: 318751c
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:21 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/2eef3393/hbase-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index c21d174..04c3981 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