From 500b307d57c3d5f42f30b95225dfb708d5511676 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 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git hbase-it/pom.xml hbase-it/pom.xml index 1738199..3ff66e3 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 + -- 1.7.10.2 (Apple Git-33)