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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 1c0e298db9c Remove duplicate dependency (#1092)
1c0e298db9c is described below
commit 1c0e298db9c8f480dcb976239a8990faf5051ccd
Author: Federico Mariani <[email protected]>
AuthorDate: Mon Feb 26 06:31:21 2024 +0100
Remove duplicate dependency (#1092)
---
components-starter/camel-http-starter/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/components-starter/camel-http-starter/pom.xml
b/components-starter/camel-http-starter/pom.xml
index 429bd953773..41439632dde 100644
--- a/components-starter/camel-http-starter/pom.xml
+++ b/components-starter/camel-http-starter/pom.xml
@@ -54,11 +54,6 @@
<artifactId>httpcore5-h2</artifactId>
<version>${httpcore-version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.httpcomponents.core5</groupId>
- <artifactId>httpcore5-h2</artifactId>
- <version>${httpcore-version}</version>
- </dependency>
<!--START OF GENERATED CODE-->
<dependency>
<groupId>org.apache.camel.springboot</groupId>