This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch essobedo/DPE-642/add-groovy-sub-projects in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
commit cc37ab8e71b7aa073a9cd8a183933425db7fc238 Author: François de Parscau <116000379+f2p...@users.noreply.github.com> AuthorDate: Thu Jan 9 11:08:53 2025 +0100 fix(DPE-586) : add missing import to cxf all (#80) --- components/camel-cxf/camel-cxf-all/pom.xml | 2 +- components/camel-cxf/camel-cxf-blueprint/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-cxf/camel-cxf-all/pom.xml b/components/camel-cxf/camel-cxf-all/pom.xml index 261b87183..cf596dd92 100644 --- a/components/camel-cxf/camel-cxf-all/pom.xml +++ b/components/camel-cxf/camel-cxf-all/pom.xml @@ -49,7 +49,7 @@ com.sun.xml.internal.messaging.saaj.soap;resolution:=optional, com.ctc.wstx*;resolution:=optional, org.codehaus.stax2*;resolution:=optional, - org.codehaus.jettison.mapped*;resolution:=optional, + org.codehaus.jettison*;resolution:=optional, org.dom4j*;resolution:=optional, com.sun.msv*;resolution:=optional, com.sun.tools*;resolution:=optional, diff --git a/components/camel-cxf/camel-cxf-blueprint/pom.xml b/components/camel-cxf/camel-cxf-blueprint/pom.xml index 6d4141046..2bd209ada 100644 --- a/components/camel-cxf/camel-cxf-blueprint/pom.xml +++ b/components/camel-cxf/camel-cxf-blueprint/pom.xml @@ -100,7 +100,7 @@ <dependency> <groupId>org.apache.camel.karaf</groupId> <artifactId>camel-cxf-all</artifactId> - <version>${upstream.version}</version> + <version>${camel-cxf-all.tesb.version}</version> <scope>provided</scope> <optional>true</optional> </dependency>