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:55 UTC

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

Branch: refs/heads/4.x-HBase-1.1
Commit: e36c9c62e88f8cbe5cf7a8482cc58d8cc6635cda
Parents: e3807d2
Author: Sergey Soldatov <ss...@apache.org>
Authored: Fri May 20 22:58:14 2016 -0700
Committer: Sergey Soldatov <ss...@apache.org>
Committed: Sat May 21 08:30:47 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/e36c9c62/phoenix-pherf/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index d9dc064..9850ade 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>