Skip to content

Commit

Permalink
CAMEL-20099: Use newer version of httpcore in camel-http like we do f…
Browse files Browse the repository at this point in the history
…or camel-http-starter with SB
  • Loading branch information
davsclaus committed Nov 14, 2023
1 parent 4eb9efa commit 97eefd2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components-starter/camel-http-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
<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>
Expand Down

0 comments on commit 97eefd2

Please sign in to comment.