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 <[email protected]> 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>
