Repository: hbase
Updated Branches:
  refs/heads/branch-1 8efc6148b -> 1318e84e1


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

Branch: refs/heads/branch-1
Commit: 1318e84e14112a524935f50a380b9a9da29385fd
Parents: 8efc614
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:31 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/1318e84e/hbase-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index f79ba6b..1c256bb 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