Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 4432d0be5 -> 5334a1512
  refs/heads/4.x-HBase-1.0 7de4bbdf3 -> 620457461
  refs/heads/4.x-HBase-1.1 759dccc73 -> 882454af6
  refs/heads/master 80c94bf02 -> 13aaf8954


PHOENIX-2857 Remove test scope from dependency management

Setting the scope of dependencies via dependencyManagement can
change the scope of transitive dependencies, and ultimately preclude
those necessary dependencies from being included in the shaded jars
that Phoenix creates.


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

Branch: refs/heads/master
Commit: 13aaf89540d9c2b576278fb82769c56d5e9792e4
Parents: 80c94bf
Author: Josh Elser <[email protected]>
Authored: Tue Apr 26 16:10:25 2016 -0400
Committer: Josh Elser <[email protected]>
Committed: Tue Apr 26 16:10:25 2016 -0400

----------------------------------------------------------------------
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/13aaf895/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8d426cd..89ccbd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -621,32 +621,27 @@
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-auth</artifactId>
         <version>${hadoop-two.version}</version>
-        <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-mapreduce-client-common</artifactId>
         <version>${hadoop-two.version}</version>
-        <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
         <version>${hadoop-two.version}</version>
-        <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-hdfs</artifactId>
         <version>${hadoop-two.version}</version>
-        <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-hdfs</artifactId>
         <version>${hadoop-two.version}</version>
         <type>test-jar</type>
-        <scope>test</scope>
       </dependency>
 
       <!-- General Dependencies -->

Reply via email to