From 38113bfcbbbe69085d06572c23e717f9815a4eb4 Mon Sep 17 00:00:00 2001 From: Elliott Clark Date: Wed, 22 May 2013 17:21:22 -0700 Subject: [PATCH] Fix it tests with just minicluster. --- hbase-it/pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git hbase-it/pom.xml hbase-it/pom.xml index 1738199..14d546e 100644 --- hbase-it/pom.xml +++ hbase-it/pom.xml @@ -168,6 +168,29 @@ test-jar test + + org.apache.hbase + hbase-hadoop-compat + + + org.apache.hbase + hbase-hadoop-compat + ${project.version} + test-jar + test + + + org.apache.hbase + ${compat.module} + ${project.version} + + + org.apache.hbase + ${compat.module} + ${project.version} + test-jar + test + @@ -205,6 +228,11 @@ org.apache.hadoop hadoop-test + + org.apache.hbase + hbase-hadoop1-compat + ${project.version} + @@ -233,6 +261,11 @@ org.apache.hadoop hadoop-minicluster + + org.apache.hbase + hbase-hadoop2-compat + ${project.version} + -- 1.7.10.2 (Apple Git-33)