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 f4ed810 CAMEL-15724: camel-cdi-jta - To decouple CDI from JTA
f4ed810 is described below
commit f4ed8102008ef4c496d22b1438316b8436670ed0
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jan 10 14:50:22 2022 +0100
CAMEL-15724: camel-cdi-jta - To decouple CDI from JTA
---
components/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/components/pom.xml b/components/pom.xml
index 2a45d7c..0d75907 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -115,6 +115,7 @@
<module>camel-cbor</module>
<module>camel-cdi</module>
<module>camel-cdi-main</module>
+ <module>camel-cdi-jta</module>
<module>camel-chatscript</module>
<module>camel-chunk</module>
<module>camel-cm-sms</module>