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 2023/03/09 06:00:32 UTC

[camel] branch main updated: xmlsecurity requires jaxb

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 b92e9822e20 xmlsecurity requires jaxb
b92e9822e20 is described below

commit b92e9822e20c98def487a46cd5d6d8777f947235
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Mar 9 07:00:23 2023 +0100

    xmlsecurity requires jaxb
---
 components/camel-xmlsecurity/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/components/camel-xmlsecurity/pom.xml b/components/camel-xmlsecurity/pom.xml
index 073a4ec6298..64b757a4c26 100644
--- a/components/camel-xmlsecurity/pom.xml
+++ b/components/camel-xmlsecurity/pom.xml
@@ -46,6 +46,10 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-validator</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-xml-jaxb</artifactId>
+        </dependency>
 
         <!-- for base 64 in XAdES -->
         <dependency>