You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ss...@apache.org on 2016/05/21 15:33:53 UTC

[2/4] phoenix git commit: PHOENIX-2912 Broken IT tests after PHOENIX-2905

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/09747fc4
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/09747fc4
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/09747fc4

Branch: refs/heads/4.x-HBase-0.98
Commit: 09747fc42075029fe542d45c7bc122784613762c
Parents: eb93526
Author: Sergey Soldatov <ss...@apache.org>
Authored: Fri May 20 22:58:14 2016 -0700
Committer: Sergey Soldatov <ss...@apache.org>
Committed: Fri May 20 22:58:55 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/09747fc4/phoenix-pherf/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index 3ba39e0..c776f7a 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>