This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 21bfb82  CAMEL-14640: Upgrade to http client 4.x for testing.
21bfb82 is described below

commit 21bfb82e899278741cb065df8d2bd20f58c17a3d
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Mar 26 11:25:34 2020 +0100

    CAMEL-14640: Upgrade to http client 4.x for testing.
---
 components/camel-elytron/pom.xml |  5 -----
 components/camel-weather/pom.xml | 10 ++++++----
 parent/pom.xml                   |  5 -----
 3 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/components/camel-elytron/pom.xml b/components/camel-elytron/pom.xml
index 947d616..abcf51a 100644
--- a/components/camel-elytron/pom.xml
+++ b/components/camel-elytron/pom.xml
@@ -90,11 +90,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>commons-httpclient</groupId>
-            <artifactId>commons-httpclient</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-http</artifactId>
             <scope>test</scope>
diff --git a/components/camel-weather/pom.xml b/components/camel-weather/pom.xml
index 3e70117..8415888 100644
--- a/components/camel-weather/pom.xml
+++ b/components/camel-weather/pom.xml
@@ -39,14 +39,16 @@
 
     <dependencies>
         <dependency>
-            <groupId>commons-httpclient</groupId>
-            <artifactId>commons-httpclient</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-support</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>commons-httpclient</groupId>
+            <artifactId>commons-httpclient</artifactId>
+            <version>${httpclient-version}</version>
+        </dependency>
+
         <!-- Jackson -->
         <dependency>
             <groupId>com.fasterxml.jackson.core</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 275caa5..f6196d8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -3781,11 +3781,6 @@
                 <version>${commons-io-version}</version>
             </dependency>
             <dependency>
-                <groupId>commons-httpclient</groupId>
-                <artifactId>commons-httpclient</artifactId>
-                <version>${httpclient-version}</version>
-            </dependency>
-            <dependency>
                 <groupId>xalan</groupId>
                 <artifactId>xalan</artifactId>
                 <version>${xalan-version}</version>

Reply via email to