You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/03/05 16:35:34 UTC

[camel-spring-boot] branch master updated: camel-spring-boot - Requires to have xml dsl loader on classpath

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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new 9cb7045  camel-spring-boot - Requires to have xml dsl loader on classpath
9cb7045 is described below

commit 9cb704577a2b8fe809e04d2f5048081a979353d3
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Mar 5 16:44:38 2021 +0100

    camel-spring-boot - Requires to have xml dsl loader on classpath
---
 core/camel-spring-boot/pom.xml                 | 8 ++++++--
 tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

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 3e15cb4..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>