PHOENIX-2912 Broken IT tests after PHOENIX-2905

Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/4d07528a
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/4d07528a
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/4d07528a

Branch: refs/heads/4.x-HBase-1.0
Commit: 4d07528a72f099f3b0d16b4b8b5fc6eb861f3451
Parents: 0785d3d
Author: Sergey Soldatov <s...@apache.org>
Authored: Fri May 20 22:58:14 2016 -0700
Committer: Sergey Soldatov <s...@apache.org>
Committed: Sat May 21 08:30:18 2016 -0700

----------------------------------------------------------------------
 phoenix-pherf/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/4d07528a/phoenix-pherf/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index 78dcaeb..8144497 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -105,6 +105,11 @@
                        <type>test-jar</type>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.apache.hadoop</groupId>
+                       <artifactId>hadoop-minicluster</artifactId>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
 
        <build>

Reply via email to