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 14:12:13 UTC

[camel] 01/02: CAMEL-19062 - Clean up Parent POM - HTTP Async Client

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 e809d89ce72fd4048067c8cf6226bb0c10a54046
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 23 15:04:52 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 0afa1cf1235..26b3b4bb7bc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2754,14 +2754,6 @@
                 <version>${slf4j-version}</version>
             </dependency>
 
-            <!-- httpcomponents httpasyncclient dependencies -->
-            <dependency>
-                <groupId>org.apache.httpcomponents</groupId>
-                <artifactId>httpasyncclient</artifactId>
-                <version>${httpasyncclient-version}</version>
-            </dependency>
-
-
             <!-- optional scripting support -->
             <dependency>
                 <groupId>org.codehaus.groovy</groupId>