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 06:27:34 UTC

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

Branch: refs/heads/4.x-HBase-1.0
Commit: 02ed9c3156379c01919960e5f4081adfa889da80
Parents: e0ffb11
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 20:23:36 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/02ed9c31/phoenix-pherf/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index ac6c356..de3a2e3 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>