Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-1.0 5f062bd18 -> 9ac0d02a6


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

Branch: refs/heads/4.x-HBase-1.0
Commit: 9ac0d02a629e07908c77322af4afa53f26b85112
Parents: 5f062bd
Author: Mujtaba <mujt...@apache.org>
Authored: Tue Jul 21 17:35:31 2015 -0700
Committer: Mujtaba <mujt...@apache.org>
Committed: Tue Jul 21 17:35:31 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/9ac0d02a/phoenix-pherf/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index 803e3ed..4838d22 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