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

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


The following commit(s) were added to refs/heads/aot by this push:
     new 7d670a34614 CAMEL-23109: Remove aot experiment in camel-spring-boot
7d670a34614 is described below

commit 7d670a34614faaad8a8f84d360925111840fdd19
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Mar 1 21:45:54 2026 +0100

    CAMEL-23109: Remove aot experiment in camel-spring-boot
---
 components-starter/pom.xml                     |  1 +
 dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml | 10 ++++++++++
 2 files changed, 11 insertions(+)

diff --git a/components-starter/pom.xml b/components-starter/pom.xml
index a07aa34c154..362c9cb5616 100644
--- a/components-starter/pom.xml
+++ b/components-starter/pom.xml
@@ -497,6 +497,7 @@
     <module>camel-workday-starter</module>
     <module>camel-xchange-starter</module>
     <module>camel-xj-starter</module>
+    <module>camel-xml-jaxb-starter</module>
     <module>camel-xml-jaxp-starter</module>
     <module>camel-xmlsecurity-starter</module>
     <module>camel-xmpp-starter</module>
diff --git a/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml 
b/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml
index 174b35525dd..dd7eda4ac65 100644
--- a/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml
+++ b/dsl-starter/camel-xml-jaxb-dsl-starter/pom.xml
@@ -39,10 +39,20 @@
             <artifactId>spring-boot-starter</artifactId>
             <version>${spring-boot-version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel.springboot</groupId>
+            <artifactId>camel-spring-boot-xml-starter</artifactId>
+            <version>${project.version}</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-xml-jaxb-dsl</artifactId>
             <version>${camel-version}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel.springboot</groupId>
+            <artifactId>camel-xml-jaxb-starter</artifactId>
+            <version>${project.version}</version>
+        </dependency>
     </dependencies>
 </project>
\ No newline at end of file

Reply via email to