You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by td...@apache.org on 2015/12/01 05:18:40 UTC

[15/19] phoenix git commit: PHOENIX-2459 Add tephra test dependency to pherf module

PHOENIX-2459 Add tephra test dependency to pherf module


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

Branch: refs/heads/4.x-HBase-0.98
Commit: 49c2fd3a604ac6ea01fddff8ceff169f7e3d3452
Parents: a58662a
Author: Thomas D'Silva <td...@salesforce.com>
Authored: Sat Nov 28 21:40:25 2015 -0800
Committer: Thomas D'Silva <td...@salesforce.com>
Committed: Mon Nov 30 15:03:35 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/49c2fd3a/phoenix-pherf/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index 94e6166..50cc134 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -99,6 +99,13 @@
 			<type>test-jar</type>
 			<scope>test</scope>
 		</dependency>
+		<dependency>
+		        <groupId>co.cask.tephra</groupId>
+		        <artifactId>tephra-core</artifactId>
+		        <type>test-jar</type>
+		        <version>${tephra.version}</version>
+		        <scope>test</scope>
+		</dependency>
 	</dependencies>
 
 	<build>