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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 845c2fb9c fix converter loading for cxf jaxrs (#658)
845c2fb9c is described below

commit 845c2fb9c25a860e99ebb4fc9d1ae1f7877daa92
Author: François de Parscau <[email protected]>
AuthorDate: Sun Dec 14 07:28:22 2025 +0100

    fix converter loading for cxf jaxrs (#658)
    
    add missing imports
---
 components/camel-cxf/camel-cxf-all/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-cxf/camel-cxf-all/pom.xml 
b/components/camel-cxf/camel-cxf-all/pom.xml
index 387c58c20..3cec44daa 100644
--- a/components/camel-cxf/camel-cxf-all/pom.xml
+++ b/components/camel-cxf/camel-cxf-all/pom.xml
@@ -47,6 +47,8 @@
             com.sun.xml.internal.messaging.saaj.soap;resolution:=optional,
             com.ctc.wstx*;resolution:=optional,
             org.codehaus.stax2*;resolution:=optional,
+            org.codehaus.jettison*;resolution:=optional,
+            org.dom4j*;resolution:=optional,
             com.sun.msv*;resolution:=optional,
             com.sun.tools*;resolution:=optional,
             com.sun.xml*;resolution:=optional,
@@ -422,6 +424,9 @@
                                     </excludes>
                                 </filter>
                             </filters>
+                            <transformers>
+                                <transformer 
implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
+                            </transformers>
                         </configuration>
                     </execution>
                 </executions>

Reply via email to