Repository: hadoop
Updated Branches:
  refs/heads/trunk 43cf6b101 -> 12aa18447


HADOOP-13382. Remove unneeded commons-httpclient dependencies from POM files in 
Hadoop and sub-projects, while adding it in to the only place it is still 
needed, hadoop-openstack. Contributed by Matt Foley.


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

Branch: refs/heads/trunk
Commit: 12aa184479675d6c9bd36fd8451f605ee9505b47
Parents: 43cf6b1
Author: mattf-horton <mfo...@hortonworks.com>
Authored: Thu Jul 21 14:43:57 2016 -0700
Committer: mattf-horton <mfo...@hortonworks.com>
Committed: Thu Jul 21 14:43:57 2016 -0700

----------------------------------------------------------------------
 hadoop-project/pom.xml                                       | 5 -----
 hadoop-tools/hadoop-openstack/pom.xml                        | 1 +
 hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/pom.xml | 6 ------
 3 files changed, 1 insertion(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/12aa1844/hadoop-project/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index a632bff..318573a 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -486,11 +486,6 @@
         <version>0.52</version>
       </dependency>
       <dependency>
-        <groupId>commons-httpclient</groupId>
-        <artifactId>commons-httpclient</artifactId>
-        <version>3.1</version>
-      </dependency>
-      <dependency>
         <groupId>org.apache.httpcomponents</groupId>
         <artifactId>httpclient</artifactId>
         <version>4.5.2</version>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/12aa1844/hadoop-tools/hadoop-openstack/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-tools/hadoop-openstack/pom.xml 
b/hadoop-tools/hadoop-openstack/pom.xml
index 7e7e4fd..b036e84 100644
--- a/hadoop-tools/hadoop-openstack/pom.xml
+++ b/hadoop-tools/hadoop-openstack/pom.xml
@@ -136,6 +136,7 @@
     <dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
+      <version>3.1</version>
       <scope>compile</scope>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/hadoop/blob/12aa1844/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/pom.xml 
b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/pom.xml
index 886c98f..0c78c54 100644
--- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/pom.xml
+++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-registry/pom.xml
@@ -76,12 +76,6 @@
     </dependency>
 
     <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to