diff --git a/messaging-modules/apache-camel/pom.xml b/messaging-modules/apache-camel/pom.xml
index 026983484b..88c807a86a 100644
--- a/messaging-modules/apache-camel/pom.xml
+++ b/messaging-modules/apache-camel/pom.xml
@@ -16,69 +16,35 @@
-
- org.springframework.boot
- spring-boot-starter-web
-
org.apache.camel.springboot
camel-spring-boot-starter
${camel.version}
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
- org.junit.vintage
- junit-vintage-engine
-
-
-
-
- org.apache.camel
- camel-test-spring-junit5
- ${camel.version}
- test
-
-
- org.apache.camel
- camel-http
- ${camel.version}
-
-
- org.apache.camel.springboot
- camel-bindy-starter
- ${camel.version}
-
org.apache.camel.springboot
camel-jackson-starter
${camel.version}
+
+ org.apache.camel
+ camel-test-spring-junit5
+ ${camel.version}
+ test
+
org.junit.platform
junit-platform-launcher
test
+
+ org.springframework.boot
+ spring-boot-starter-web
+
3.21.0
-
-
-
- org.springframework.boot
- spring-boot-maven-plugin
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
- 3.0.0-M5
-
-
-
\ No newline at end of file