This is an automated email from the ASF dual-hosted git repository.
ffang pushed a commit to branch camel-spring-boot-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/camel-spring-boot-3.18.x by
this push:
new a7f1994b192 [CAMEl-19333]ensure cxf springboot autoconfiguration works
OOTB in camel-cxf springboot starters
a7f1994b192 is described below
commit a7f1994b192db5c7146f2f479f40febed1b5e600
Author: Freeman Fang <[email protected]>
AuthorDate: Wed May 10 13:55:14 2023 -0400
[CAMEl-19333]ensure cxf springboot autoconfiguration works OOTB in
camel-cxf springboot starters
(cherry picked from commit e0147ef989361b7aa76b82b2491a07d6e27c1261)
---
components-starter/camel-cxf-rest-starter/pom.xml | 1 -
components-starter/camel-cxf-soap-starter/pom.xml | 1 -
2 files changed, 2 deletions(-)
diff --git a/components-starter/camel-cxf-rest-starter/pom.xml
b/components-starter/camel-cxf-rest-starter/pom.xml
index b18116fe064..bfbe64e8d47 100644
--- a/components-starter/camel-cxf-rest-starter/pom.xml
+++ b/components-starter/camel-cxf-rest-starter/pom.xml
@@ -82,7 +82,6 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-spring-boot-starter-jaxrs</artifactId>
- <scope>test</scope>
<version>${cxf-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 8fc9605e9da..a38ab71b043 100644
--- a/components-starter/camel-cxf-soap-starter/pom.xml
+++ b/components-starter/camel-cxf-soap-starter/pom.xml
@@ -102,7 +102,6 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-spring-boot-starter-jaxws</artifactId>
- <scope>test</scope>
<version>${cxf-version}</version>
</dependency>
<dependency>