You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/03/24 21:08:11 UTC

[camel-spring-boot-examples] branch main updated: CAMEL-19191: Use 5.1.x version to be compatible with SB

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 703a811  CAMEL-19191: Use 5.1.x version to be compatible with SB
703a811 is described below

commit 703a8114d1c04fb0b8b8f5588b56d2afb75bea35
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Mar 24 22:08:03 2023 +0100

    CAMEL-19191: Use 5.1.x version to be compatible with SB
---
 kamelet-chucknorris/pom.xml | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/kamelet-chucknorris/pom.xml b/kamelet-chucknorris/pom.xml
index d86d684..5ebd3a3 100644
--- a/kamelet-chucknorris/pom.xml
+++ b/kamelet-chucknorris/pom.xml
@@ -67,24 +67,6 @@
             <artifactId>spring-boot-starter</artifactId>
         </dependency>
 
-        <!-- Spring Boot not yet upgraded to http client 5.2.x -->
-        <!-- TODO: this can be removed when SB works with 5.2.x -->
-        <dependency>
-            <groupId>org.apache.httpcomponents.client5</groupId>
-            <artifactId>httpclient5</artifactId>
-            <version>${httpclient-version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.httpcomponents.core5</groupId>
-            <artifactId>httpcore5</artifactId>
-            <version>${httpcore-version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.httpcomponents.core5</groupId>
-            <artifactId>httpcore5-h2</artifactId>
-            <version>${httpcore-version}</version>
-        </dependency>
-
         <!-- Camel -->
         <dependency>
             <groupId>org.apache.camel.springboot</groupId>