You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/10/08 16:26:07 UTC

[camel-quarkus] 01/03: Remove dependencyManagement for httpclient-cache

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

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

commit 7ecb81c225ead9093e6a007a691072841bcef4d1
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Oct 8 10:39:38 2020 +0100

    Remove dependencyManagement for httpclient-cache
    
    Fixes #1704
---
 extensions/jira/runtime/pom.xml |  6 ++++++
 pom.xml                         |  1 -
 poms/bom/pom.xml                | 11 -----------
 3 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/extensions/jira/runtime/pom.xml b/extensions/jira/runtime/pom.xml
index 555437c..b30be7f 100644
--- a/extensions/jira/runtime/pom.xml
+++ b/extensions/jira/runtime/pom.xml
@@ -86,6 +86,12 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient-cache</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>
 
diff --git a/pom.xml b/pom.xml
index a15f318..b0e8b99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,7 +56,6 @@
         <guava.version>29.0-jre</guava.version>
         <gson.version>2.8.5</gson.version>
         <hapi.version>4.1.0</hapi.version>
-        <httpclient.cache.version>4.5.5</httpclient.cache.version>
         <httpclient.version>4.5.12</httpclient.version><!-- keep in sync with both Camel and Quarkus -->
         <influxdb.version>2.20</influxdb.version>
         <jackson.version>2.10.5</jackson.version>
diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 3826390..ee078e7 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -5386,17 +5386,6 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
-                <artifactId>httpclient-cache</artifactId>
-                <version>${httpclient.cache.version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>commons-logging</groupId>
-                        <artifactId>commons-logging</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpmime</artifactId>
                 <version>${httpclient.version}</version>
             </dependency>