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 dde950a5a9d6f807d46b18ccb133b7eb28ce52e9
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Feb 23 14:38:35 2023 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 2bf0cc95c98..0afa1cf1235 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2754,23 +2754,6 @@
                 <version>${slf4j-version}</version>
             </dependency>
 
-            <!-- httpcomponents httpclient dependencies -->
-            <dependency>
-                <groupId>org.apache.httpcomponents</groupId>
-                <artifactId>httpclient</artifactId>
-                <version>${httpclient4-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.httpcomponents</groupId>
-                <artifactId>httpclient-cache</artifactId>
-                <version>${httpclient4-version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.httpcomponents</groupId>
-                <artifactId>httpmime</artifactId>
-                <version>${httpclient4-version}</version>
-            </dependency>
-
             <!-- httpcomponents httpasyncclient dependencies -->
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>

Reply via email to