You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/06/17 11:29:07 UTC

[camel] branch main updated: CAMEL-19459: camel-catalog-maven-grape

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

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


The following commit(s) were added to refs/heads/main by this push:
     new c7ec985bb1d CAMEL-19459: camel-catalog-maven-grape
c7ec985bb1d is described below

commit c7ec985bb1dfe2588eb2d4be633ec2a576f4fedd
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sat Jun 17 13:28:46 2023 +0200

    CAMEL-19459: camel-catalog-maven-grape
---
 catalog/camel-catalog-maven-grape/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/catalog/camel-catalog-maven-grape/pom.xml b/catalog/camel-catalog-maven-grape/pom.xml
index 85bbcd47e1e..59a7fc12467 100644
--- a/catalog/camel-catalog-maven-grape/pom.xml
+++ b/catalog/camel-catalog-maven-grape/pom.xml
@@ -49,27 +49,28 @@
             <artifactId>slf4j-api</artifactId>
         </dependency>
 
+        <!-- must use 4.5.10 as otherwise apache ivy causes ugly WARN -->
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
+            <version>4.5.10</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-codec</groupId>
                     <artifactId>commons-codec</artifactId>
                 </exclusion>
             </exclusions>
-            <version>${httpclient4-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpcore</artifactId>
+            <version>${httpcore4-version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>commons-codec</groupId>
                     <artifactId>commons-codec</artifactId>
                 </exclusion>
             </exclusions>
-            <version>${httpcore4-version}</version>
         </dependency>
         <dependency>
             <groupId>commons-codec</groupId>