diff --git a/components-starter/camel-jolokia-starter/pom.xml b/components-starter/camel-jolokia-starter/pom.xml
index 8ba091318ad..0b7142e2abf 100644
--- a/components-starter/camel-jolokia-starter/pom.xml
+++ b/components-starter/camel-jolokia-starter/pom.xml
@@ -36,9 +36,16 @@
org.jolokia
- jolokia-support-springboot3
+ jolokia-support-springboot
${jolokia-version}
+
+
+
+ org.springframework.boot
+ spring-boot-actuator-autoconfigure
+ ${spring-boot-version}
+
org.apache.camel.springboot
camel-management-starter
diff --git a/components-starter/camel-undertow-starter/pom.xml b/components-starter/camel-undertow-starter/pom.xml
index 30d2928f469..cccf9da8013 100644
--- a/components-starter/camel-undertow-starter/pom.xml
+++ b/components-starter/camel-undertow-starter/pom.xml
@@ -40,9 +40,9 @@
${camel-version}
- io.undertow
+ io.undertow.ee
undertow-servlet
- ${undertow-version}
+ ${undertow-ee-version}