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 2022/06/30 06:05:37 UTC

[camel-examples] 01/03: CAMEL-9627: camel-cxf splitup

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-examples.git

commit e9344c90f61be9725fd1f66d7591c126047b9183
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jun 30 07:51:10 2022 +0200

    CAMEL-9627: camel-cxf splitup
---
 examples/cxf-tomcat/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/cxf-tomcat/pom.xml b/examples/cxf-tomcat/pom.xml
index ba0d6068..6b117aeb 100644
--- a/examples/cxf-tomcat/pom.xml
+++ b/examples/cxf-tomcat/pom.xml
@@ -106,7 +106,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-cxf</artifactId>
+            <artifactId>camel-cxf-spring-soap</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>