HBASE-9597 ADD Create hbase-thrift module

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1525158 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
eclark 2013-09-20 22:24:53 +00:00
parent 10f0270f2c
commit db22b2b6d9
1 changed files with 9 additions and 0 deletions

View File

@ -294,6 +294,10 @@ the same time. -->
</property>
</activation>
<dependencies>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-core</artifactId>
@ -311,6 +315,11 @@ the same time. -->
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minicluster</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>