Repository: phoenix
Updated Branches:
  refs/heads/txn d1c2306da -> b5e9396de


Added basic test for transactions


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

Branch: refs/heads/txn
Commit: 8388dd37ffe1e46dcaaad0a5586f2deb96d5847c
Parents: d1c2306
Author: Thomas D'Silva <twdsi...@gmail.com>
Authored: Thu Mar 12 15:42:38 2015 -0700
Committer: Thomas D'Silva <twdsi...@gmail.com>
Committed: Thu Mar 12 16:53:05 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/8388dd37/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 14bd033..172cad2 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -233,6 +233,13 @@
     </dependency>
     <dependency>
       <groupId>co.cask.tephra</groupId>
+      <artifactId>tephra-core</artifactId>
+      <type>test-jar</type>
+      <version>0.3.5-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>co.cask.tephra</groupId>
       <artifactId>tephra-hbase-compat-0.98</artifactId>
       <version>0.3.5-SNAPSHOT</version>
     </dependency>

Reply via email to