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

This commit is contained in:
Elliott Clark 2016-07-05 11:55:53 -07:00
parent 318751cfd6
commit 2eef33930c
1 changed files with 4 additions and 0 deletions

View File

@ -161,6 +161,10 @@
<groupId>org.apache.hbase</groupId>
<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>