You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ap...@apache.org on 2014/10/01 01:43:12 UTC

[3/3] git commit: PHOENIX-1272 Avoid pulling in unintended HBase dependencies in phoenix-core

PHOENIX-1272 Avoid pulling in unintended HBase dependencies in phoenix-core


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

Branch: refs/heads/3.0
Commit: aaadb360e20b117e0475c6f6fbc71e3b0b7c0f7e
Parents: 71cc391
Author: Andrew Purtell <ap...@apache.org>
Authored: Tue Sep 30 16:35:42 2014 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Tue Sep 30 16:35:42 2014 -0700

----------------------------------------------------------------------
 phoenix-core/pom.xml  | 1 +
 phoenix-flume/pom.xml | 1 +
 phoenix-pig/pom.xml   | 1 +
 3 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/aaadb360/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 6d3c0c5..7e4d3cd 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -251,6 +251,7 @@
     <dependency>
       <groupId>org.apache.hbase</groupId>
       <artifactId>hbase</artifactId>
+      <scope>test</scope>
       <type>test-jar</type>
     </dependency>
     <!-- Needed by HBase to run the minicluster -->

http://git-wip-us.apache.org/repos/asf/phoenix/blob/aaadb360/phoenix-flume/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-flume/pom.xml b/phoenix-flume/pom.xml
index 7d9c48a..9abda53 100644
--- a/phoenix-flume/pom.xml
+++ b/phoenix-flume/pom.xml
@@ -56,6 +56,7 @@
     <dependency>
       <groupId>org.apache.hbase</groupId>
       <artifactId>hbase</artifactId>
+      <scope>test</scope>
       <type>test-jar</type>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/aaadb360/phoenix-pig/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-pig/pom.xml b/phoenix-pig/pom.xml
index e3b7a0f..b46c7dd 100644
--- a/phoenix-pig/pom.xml
+++ b/phoenix-pig/pom.xml
@@ -53,6 +53,7 @@
     <dependency>
       <groupId>org.apache.hbase</groupId>
       <artifactId>hbase</artifactId>
+      <scope>test</scope>
       <type>test-jar</type>
     </dependency>
      <dependency>