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

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


The following commit(s) were added to refs/heads/main by this push:
     new bbd0cef  CAMEL-19156: XML routes loader (jaxb) should load 
routes-configurations
bbd0cef is described below

commit bbd0cefcf6d754169cffb5346b20cb388e00a5c8
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Mar 24 10:48:54 2023 +0100

    CAMEL-19156: XML routes loader (jaxb) should load routes-configurations
---
 xml-import/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/xml-import/pom.xml b/xml-import/pom.xml
index dd0a949..c2b0117 100644
--- a/xml-import/pom.xml
+++ b/xml-import/pom.xml
@@ -73,6 +73,7 @@
         </dependency>
 
         <!-- Camel -->
+        <!-- must use camel-spring-boot-xml-starter for support for Spring XML 
<beans> files -->
         <dependency>
             <groupId>org.apache.camel.springboot</groupId>
             <artifactId>camel-spring-boot-xml-starter</artifactId>
@@ -94,8 +95,8 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-management</artifactId>
+            <groupId>org.apache.camel.springboot</groupId>
+            <artifactId>camel-management-starter</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>

Reply via email to