You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crunch.apache.org by to...@apache.org on 2017/02/20 10:33:58 UTC

crunch git commit: CRUNCH-633: Remove the commons-httpclient:commons-httpclient dependency. Contributed by Gergő Pásztor.

Repository: crunch
Updated Branches:
  refs/heads/master cde71cfe3 -> e3ba6fcd0


CRUNCH-633: Remove the commons-httpclient:commons-httpclient dependency. Contributed by Gerg\u0151 P�sztor.


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

Branch: refs/heads/master
Commit: e3ba6fcd036eb13ebb32285baecb15daec9129a6
Parents: cde71cf
Author: Tom White <to...@apache.org>
Authored: Mon Feb 20 10:28:05 2017 +0000
Committer: Tom White <to...@apache.org>
Committed: Mon Feb 20 10:28:25 2017 +0000

----------------------------------------------------------------------
 .../src/main/resources/archetype-resources/pom.xml      | 12 ------------
 crunch-contrib/pom.xml                                  |  6 ------
 crunch-core/pom.xml                                     |  7 -------
 crunch-hive/pom.xml                                     |  6 ------
 crunch-scrunch/pom.xml                                  |  6 ------
 pom.xml                                                 |  7 -------
 6 files changed, 44 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/crunch/blob/e3ba6fcd/crunch-archetype/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
diff --git a/crunch-archetype/src/main/resources/archetype-resources/pom.xml b/crunch-archetype/src/main/resources/archetype-resources/pom.xml
index 0bec23a..6575417 100644
--- a/crunch-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/crunch-archetype/src/main/resources/archetype-resources/pom.xml
@@ -67,18 +67,6 @@
       <version>${commons-io.version}</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <version>${commons-httpclient.version}</version>
-      <scope>provided</scope>
-      <exclusions>
-        <exclusion>
-          <groupId>commons-codec</groupId>
-          <artifactId>commons-codec</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
 
     <dependency>
       <groupId>org.mockito</groupId>

http://git-wip-us.apache.org/repos/asf/crunch/blob/e3ba6fcd/crunch-contrib/pom.xml
----------------------------------------------------------------------
diff --git a/crunch-contrib/pom.xml b/crunch-contrib/pom.xml
index 884d0dc..776bbda 100644
--- a/crunch-contrib/pom.xml
+++ b/crunch-contrib/pom.xml
@@ -46,12 +46,6 @@ under the License.
       <scope>test</scope>
     </dependency>
     
-     <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <scope>test</scope> <!-- only needed for LocalJobRunner -->
-    </dependency>
-    
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-client</artifactId>

http://git-wip-us.apache.org/repos/asf/crunch/blob/e3ba6fcd/crunch-core/pom.xml
----------------------------------------------------------------------
diff --git a/crunch-core/pom.xml b/crunch-core/pom.xml
index 2818c3a..c4e2cce 100644
--- a/crunch-core/pom.xml
+++ b/crunch-core/pom.xml
@@ -128,13 +128,6 @@ under the License.
       <scope>provided</scope>
     </dependency>
 
-    <!-- Used by LocalJobRunner in integration tests -->
-    <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <scope>test</scope>
-    </dependency>
-
     <dependency>
       <groupId>org.apache.crunch</groupId>
       <artifactId>crunch-test</artifactId>

http://git-wip-us.apache.org/repos/asf/crunch/blob/e3ba6fcd/crunch-hive/pom.xml
----------------------------------------------------------------------
diff --git a/crunch-hive/pom.xml b/crunch-hive/pom.xml
index 2426edf..504c9b3 100644
--- a/crunch-hive/pom.xml
+++ b/crunch-hive/pom.xml
@@ -41,12 +41,6 @@ under the License.
       <scope>test</scope>
     </dependency>
     
-     <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <scope>test</scope> <!-- only needed for LocalJobRunner -->
-    </dependency>
-    
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-client</artifactId>

http://git-wip-us.apache.org/repos/asf/crunch/blob/e3ba6fcd/crunch-scrunch/pom.xml
----------------------------------------------------------------------
diff --git a/crunch-scrunch/pom.xml b/crunch-scrunch/pom.xml
index a9d5f58..51925fb 100644
--- a/crunch-scrunch/pom.xml
+++ b/crunch-scrunch/pom.xml
@@ -82,12 +82,6 @@ under the License.
       <artifactId>crunch-test</artifactId>
       <scope>test</scope>
     </dependency>
-    <!-- Used by LocalJobRunner in integration tests -->
-    <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>

http://git-wip-us.apache.org/repos/asf/crunch/blob/e3ba6fcd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 26c67d0..7a570c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,6 @@ under the License.
     <commons-io.version>2.1</commons-io.version>
     <commons-lang.version>2.6</commons-lang.version>
     <commons-codec.version>1.4</commons-codec.version>
-    <commons-httpclient.version>3.0.1</commons-httpclient.version>
     <commons-cli.version>1.2</commons-cli.version>
     <avro.version>1.7.7</avro.version>
     <hive.version>0.13.1</hive.version>
@@ -281,12 +280,6 @@ under the License.
       </dependency>
 
       <dependency>
-        <groupId>commons-httpclient</groupId>
-        <artifactId>commons-httpclient</artifactId>
-        <version>${commons-httpclient.version}</version>
-      </dependency>
-
-      <dependency>
         <groupId>org.codehaus.jackson</groupId>
         <artifactId>jackson-core-asl</artifactId>
         <version>${jackson.version}</version>