You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/02/23 13:33:29 UTC

[camel] branch main updated (c69192e2514 -> 8ed895bc5ad)

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

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


    from c69192e2514 CAMEL-19062 - Clean up Parent POM - MSAL4j
     new a709cfd9c8a CAMEL-19062 - Clean up Parent POM - HTTP Core and HTTP NIO
     new 8ed895bc5ad CAMEL-19062 - Clean up Parent POM - HTTP Core and HTTP NIO

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-as2/camel-as2-api/pom.xml |  1 +
 parent/pom.xml                             | 12 ------------
 2 files changed, 1 insertion(+), 12 deletions(-)


[camel] 02/02: CAMEL-19062 - Clean up Parent POM - HTTP Core and HTTP NIO

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8ed895bc5ad9b8107947172f0fa5e24d0bd42036
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 23 14:33:16 2023 +0100

    CAMEL-19062 - Clean up Parent POM - HTTP Core and HTTP NIO
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-as2/camel-as2-api/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components/camel-as2/camel-as2-api/pom.xml b/components/camel-as2/camel-as2-api/pom.xml
index 67b0280379d..8129242dc4f 100644
--- a/components/camel-as2/camel-as2-api/pom.xml
+++ b/components/camel-as2/camel-as2-api/pom.xml
@@ -67,6 +67,7 @@
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpcore</artifactId>
+            <version>${httpcore4-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>


[camel] 01/02: CAMEL-19062 - Clean up Parent POM - HTTP Core and HTTP NIO

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a709cfd9c8a0d1377b28c6d20a2141386a027fe9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 23 14:20:25 2023 +0100

    CAMEL-19062 - Clean up Parent POM - HTTP Core and HTTP NIO
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5317d33a2cd..2bf0cc95c98 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2754,18 +2754,6 @@
                 <version>${slf4j-version}</version>
             </dependency>
 
-            <!-- httpcomponents httpcore dependencies -->
-            <dependency>
-                <groupId>org.apache.httpcomponents</groupId>
-                <artifactId>httpcore</artifactId>
-                <version>${httpcore4-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.httpcomponents</groupId>
-                <artifactId>httpcore-nio</artifactId>
-                <version>${httpcore4-version}</version>
-            </dependency>
-
             <!-- httpcomponents httpclient dependencies -->
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>