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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new cab06402669 CAMEL-19197: camel-cxf-starter - Spring Boot starter for
CXF should use -spring JARs
cab06402669 is described below
commit cab064026699cf256118875dc9a773f1cdc8fa14
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Mar 25 13:30:35 2023 +0100
CAMEL-19197: camel-cxf-starter - Spring Boot starter for CXF should use
-spring JARs
---
components-starter/camel-cxf-rest-starter/pom.xml | 2 +-
components-starter/camel-cxf-soap-starter/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/components-starter/camel-cxf-rest-starter/pom.xml
b/components-starter/camel-cxf-rest-starter/pom.xml
index abbe3582168..4f00c9e9592 100644
--- a/components-starter/camel-cxf-rest-starter/pom.xml
+++ b/components-starter/camel-cxf-rest-starter/pom.xml
@@ -35,7 +35,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
- <artifactId>camel-cxf-rest</artifactId>
+ <artifactId>camel-cxf-spring-rest</artifactId>
<version>${camel-version}</version>
</dependency>
<!--START OF GENERATED CODE-->
diff --git a/components-starter/camel-cxf-soap-starter/pom.xml
b/components-starter/camel-cxf-soap-starter/pom.xml
index 3b5e6978035..5533b87fdd2 100644
--- a/components-starter/camel-cxf-soap-starter/pom.xml
+++ b/components-starter/camel-cxf-soap-starter/pom.xml
@@ -35,7 +35,7 @@
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
- <artifactId>camel-cxf-soap</artifactId>
+ <artifactId>camel-cxf-spring-soap</artifactId>
<version>${camel-version}</version>
</dependency>
<!--START OF GENERATED CODE-->