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.git
The following commit(s) were added to refs/heads/main by this push:
new a62c851553a CAMEL-22361: camel-groovy-xml - Add data format that uses
groovy xml that is easy to use and no need for POJOs
a62c851553a is described below
commit a62c851553a6dcd409ab04b87db92e37f74aa423
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Aug 23 08:10:23 2025 +0200
CAMEL-22361: camel-groovy-xml - Add data format that uses groovy xml that
is easy to use and no need for POJOs
---
components/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/components/pom.xml b/components/pom.xml
index c9590f2bff3..711ab1b6b05 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -149,6 +149,7 @@
<module>camel-grape</module>
<module>camel-graphql</module>
<module>camel-grok</module>
+ <module>camel-groovy-xml</module>
<module>camel-grpc</module>
<module>camel-gson</module>
<module>camel-guava-eventbus</module>