You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ra...@apache.org on 2014/10/09 05:46:17 UTC

git commit: PHOENIX-1317 Change scope of hbase-test-util artifact to test for pig and flume modules

Repository: phoenix
Updated Branches:
  refs/heads/Branch_v4.1.0 [created] d48378268


PHOENIX-1317 Change scope of hbase-test-util artifact to test for pig and flume modules


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

Branch: refs/heads/Branch_v4.1.0
Commit: d48378268be6c786c161622a2e9c66aa98fefc6c
Parents: 4028255
Author: ravimagham <ra...@apache.org>
Authored: Wed Oct 8 20:45:35 2014 -0700
Committer: ravimagham <ra...@apache.org>
Committed: Wed Oct 8 20:45:35 2014 -0700

----------------------------------------------------------------------
 phoenix-flume/pom.xml | 2 ++
 phoenix-pig/pom.xml   | 2 ++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/d4837826/phoenix-flume/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-flume/pom.xml b/phoenix-flume/pom.xml
index 9149895..320b19f 100644
--- a/phoenix-flume/pom.xml
+++ b/phoenix-flume/pom.xml
@@ -113,6 +113,7 @@
           <groupId>org.apache.hbase</groupId>
           <artifactId>hbase-testing-util</artifactId>
           <version>${hbase-hadoop1.version}</version>
+          <scope>test</scope>
           <exclusions>
             <exclusion>
               <groupId>org.jruby</groupId>
@@ -199,6 +200,7 @@
           <groupId>org.apache.hbase</groupId>
           <artifactId>hbase-testing-util</artifactId>
           <version>${hbase-hadoop2.version}</version>
+          <scope>test</scope>
           <exclusions>
             <exclusion>
               <groupId>org.jruby</groupId>

http://git-wip-us.apache.org/repos/asf/phoenix/blob/d4837826/phoenix-pig/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-pig/pom.xml b/phoenix-pig/pom.xml
index e9b039e..925690c 100644
--- a/phoenix-pig/pom.xml
+++ b/phoenix-pig/pom.xml
@@ -90,6 +90,7 @@
           <groupId>org.apache.hbase</groupId>
           <artifactId>hbase-testing-util</artifactId>
           <version>${hbase-hadoop1.version}</version>
+          <scope>test</scope>
           <exclusions>
             <exclusion>
               <groupId>org.jruby</groupId>
@@ -181,6 +182,7 @@
           <groupId>org.apache.hbase</groupId>
           <artifactId>hbase-testing-util</artifactId>
           <version>${hbase-hadoop2.version}</version>
+          <scope>test</scope>
           <exclusions>
             <exclusion>
               <groupId>org.jruby</groupId>