Repository: phoenix Updated Branches: refs/heads/master 6277fdafc -> d3316ce4c
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/d3316ce4 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d3316ce4 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/d3316ce4 Branch: refs/heads/master Commit: d3316ce4cca01fc0608f381e3d9a5afae68efae7 Parents: 6277fda Author: Mujtaba <[email protected]> Authored: Tue Jul 21 17:36:12 2015 -0700 Committer: Mujtaba <[email protected]> Committed: Tue Jul 21 17:36:12 2015 -0700 ---------------------------------------------------------------------- phoenix-pherf/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/d3316ce4/phoenix-pherf/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml index 3817b3a..36215db 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>
