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 <anco...@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 <anco...@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>