This is an automated email from the ASF dual-hosted git repository. ffang pushed a commit to branch camel-spring-boot-3.20.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.20.x by this push: new e0147ef9893 [CAMEl-19333]ensure cxf springboot autoconfiguration works OOTB in camel-cxf springboot starters e0147ef9893 is described below commit e0147ef989361b7aa76b82b2491a07d6e27c1261 Author: Freeman Fang <freeman.f...@gmail.com> AuthorDate: Wed May 10 13:55:14 2023 -0400 [CAMEl-19333]ensure cxf springboot autoconfiguration works OOTB in camel-cxf springboot starters --- 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 93b748a5d0f..1a98496953b 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 38a96dea674..3a033442cf4 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>