From ec4ada4a79bf143ad9f8ef0a1f49bbce731d1c08 Mon Sep 17 00:00:00 2001 From: Elliott Neil Clark Date: Fri, 20 Sep 2013 15:20:17 -0700 Subject: [PATCH] HBASE-9597 ADD Create hbase-thrift module --- hbase-thrift/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git hbase-thrift/pom.xml hbase-thrift/pom.xml index aad0001..a31a0c0 100644 --- hbase-thrift/pom.xml +++ hbase-thrift/pom.xml @@ -296,6 +296,10 @@ the same time. --> org.apache.hadoop + hadoop-client + + + org.apache.hadoop hadoop-mapreduce-client-core @@ -311,6 +315,11 @@ the same time. --> org.apache.hadoop hadoop-common + + org.apache.hadoop + hadoop-minicluster + test + -- 1.7.10.2 (Apple Git-33)