From 0d7fe99f4a032ae7a7e9b3faba7073b19fb51d4d Mon Sep 17 00:00:00 2001 From: Tom Cunningham Date: Thu, 19 Sep 2024 16:13:33 -0400 Subject: [PATCH] Use camel-spring-boot community version for camel-jetty-starter --- core/camel-spring-boot-xml/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-spring-boot-xml/pom.xml b/core/camel-spring-boot-xml/pom.xml index 5f9f614309e..8d569b973b6 100644 --- a/core/camel-spring-boot-xml/pom.xml +++ b/core/camel-spring-boot-xml/pom.xml @@ -95,7 +95,7 @@ org.apache.camel.springboot camel-jetty-starter - ${project.version} + ${camel-spring-boot-community.version}