Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 397c62ead -> b04098f5f


Simplify Pherf generated dependency jar and pom.xml - Add missing dependency


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

Branch: refs/heads/4.x-HBase-0.98
Commit: b04098f5f1caf5a50d34c699c1f74697d81c366e
Parents: 397c62e
Author: Mujtaba <mujt...@apache.org>
Authored: Tue Jul 21 17:33:25 2015 -0700
Committer: Mujtaba <mujt...@apache.org>
Committed: Tue Jul 21 17:33:25 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/b04098f5/phoenix-pherf/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index 30c6171..5d39d54 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -88,6 +88,20 @@
                        <artifactId>system-rules</artifactId>
                        <version>1.8.0</version>
                </dependency>
+               <dependency>
+                       <groupId>org.apache.hbase</groupId>
+                       <artifactId>hbase-testing-util</artifactId>
+                       <version>${hbase.version}</version>
+                       <scope>test</scope>
+                       <optional>true</optional>
+               </dependency>
+               <dependency>
+                       <groupId>org.apache.hbase</groupId>
+                       <artifactId>hbase-it</artifactId>
+                       <version>${hbase.version}</version>
+                       <type>test-jar</type>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
 
        <build>

Reply via email to