camel-spring-boot - Requires to have xml dsl loader on classpath
diff --git a/core/camel-spring-boot/pom.xml b/core/camel-spring-boot/pom.xml
index 2ee24d0..d561ba9 100644
--- a/core/camel-spring-boot/pom.xml
+++ b/core/camel-spring-boot/pom.xml
@@ -74,10 +74,14 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-spring-main</artifactId>
         </dependency>
-        <!-- requires xml routes loader -->
+        <!-- requires xml routes loader that is jaxb based -->
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-xml-io</artifactId>
+            <artifactId>camel-xml-jaxb-dsl</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-spring-xml</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml
index 3e15cb4d..4ccd176 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -159,7 +159,7 @@
       <dependency>
         <groupId>io.methvin</groupId>
         <artifactId>directory-watcher</artifactId>
-        <version>0.14.0</version>
+        <version>0.15.0</version>
       </dependency>
       <dependency>
         <groupId>io.nessus</groupId>