You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by je...@apache.org on 2023/01/17 17:05:43 UTC

[camel-spring-boot] branch main updated: CAMEL-18934: Update to Jetty 11.

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

jeremyross 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 6ceaf1b8822 CAMEL-18934: Update to Jetty 11.
6ceaf1b8822 is described below

commit 6ceaf1b88227888da95acba867a0746f9e45d4c2
Author: Jeremy Ross <je...@gmail.com>
AuthorDate: Tue Jan 17 11:03:47 2023 -0600

    CAMEL-18934: Update to Jetty 11.
---
 components-starter/camel-salesforce-starter/pom.xml               | 8 ++++----
 .../src/main/resources/spring-boot-fix-dependencies.properties    | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/components-starter/camel-salesforce-starter/pom.xml b/components-starter/camel-salesforce-starter/pom.xml
index f76d8687d7f..2da56d00571 100644
--- a/components-starter/camel-salesforce-starter/pom.xml
+++ b/components-starter/camel-salesforce-starter/pom.xml
@@ -53,22 +53,22 @@
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-client</artifactId>
-      <version>${jetty9-version}</version>
+      <version>${jetty-version}</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-io</artifactId>
-      <version>${jetty9-version}</version>
+      <version>${jetty-version}</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-util-ajax</artifactId>
-      <version>${jetty9-version}</version>
+      <version>${jetty-version}</version>
     </dependency>
     <dependency>
       <groupId>org.eclipse.jetty</groupId>
       <artifactId>jetty-util</artifactId>
-      <version>${jetty9-version}</version>
+      <version>${jetty-version}</version>
     </dependency>
     <!--END OF GENERATED CODE-->
   </dependencies>
diff --git a/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties b/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties
index d0b302b2d98..71337c5dda7 100644
--- a/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties
+++ b/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties
@@ -45,7 +45,7 @@ camel-spring-boot-xml=org.apache.camel.springboot:camel-core-starter
 camel-spring-ws=org.springframework.boot:spring-boot-starter-web:${spring-boot-version}
 
 # Force the spring-boot version of jetty
-camel-salesforce=org.eclipse.jetty:jetty-client:${jetty9-version},org.eclipse.jetty:jetty-util:${jetty9-version},org.eclipse.jetty:jetty-util-ajax:${jetty9-version},org.eclipse.jetty:jetty-io:${jetty9-version}
+camel-salesforce=org.eclipse.jetty:jetty-client:${jetty-version},org.eclipse.jetty:jetty-util:${jetty-version},org.eclipse.jetty:jetty-util-ajax:${jetty-version},org.eclipse.jetty:jetty-io:${jetty-version}
 
 # Existed for Netty 3
 exclude_camel-hbase=io.netty:netty