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:31 UTC

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

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>