You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by en...@apache.org on 2016/05/19 00:36:27 UTC

[3/4] phoenix git commit: PHOENIX-2905 hadoop-2.5.1 artifacts are in the dependency tree

PHOENIX-2905 hadoop-2.5.1 artifacts are in the dependency tree


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

Branch: refs/heads/4.x-HBase-1.0
Commit: 50c03bcacc90361d33506bc2a77d1c301a11a2f0
Parents: f304422
Author: Enis Soztutar <en...@apache.org>
Authored: Wed May 18 15:58:16 2016 -0700
Committer: Enis Soztutar <en...@apache.org>
Committed: Wed May 18 16:00:02 2016 -0700

----------------------------------------------------------------------
 pom.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/50c03bca/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8fb48f8..9addd26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -499,6 +499,10 @@
             <groupId>org.jruby</groupId>
             <artifactId>jruby-complete</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>org.apache.hadoop</groupId>
+            <artifactId>hadoop-hdfs</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
       <dependency>
@@ -595,6 +599,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-client</artifactId>
+        <version>${hadoop-two.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-hdfs</artifactId>
         <version>${hadoop-two.version}</version>
       </dependency>
@@ -602,7 +611,8 @@
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-hdfs</artifactId>
         <version>${hadoop-two.version}</version>
-        <type>test-jar</type>
+        <type>test-jar</type> <!-- this does not work which is typical for maven.-->
+        <scope>test</scope>
       </dependency>
 
       <!-- General Dependencies -->