This is an automated email from the ASF dual-hosted git repository. ffang 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 1aa25da80c2 [CAMEL-19333]ensure cxf springboot autoconfiguration works OOTB in camel-cxf springboot starters 1aa25da80c2 is described below commit 1aa25da80c2754cca011dd752607f3bf628a436f Author: Freeman Fang <freeman.f...@gmail.com> AuthorDate: Wed May 10 13:54:05 2023 -0400 [CAMEL-19333]ensure cxf springboot autoconfiguration works OOTB in camel-cxf springboot starters --- components-starter/camel-cxf-rest-starter/pom.xml | 5 +++++ components-starter/camel-cxf-soap-starter/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/components-starter/camel-cxf-rest-starter/pom.xml b/components-starter/camel-cxf-rest-starter/pom.xml index 58f6ebfe6de..c38df9877b9 100644 --- a/components-starter/camel-cxf-rest-starter/pom.xml +++ b/components-starter/camel-cxf-rest-starter/pom.xml @@ -38,6 +38,11 @@ <artifactId>camel-cxf-spring-rest</artifactId> <version>${camel-version}</version> </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-spring-boot-starter-jaxrs</artifactId> + <version>${cxf-version}</version> + </dependency> <!--START OF GENERATED CODE--> <dependency> <groupId>org.apache.camel.springboot</groupId> diff --git a/components-starter/camel-cxf-soap-starter/pom.xml b/components-starter/camel-cxf-soap-starter/pom.xml index 940039a6eb5..1958abd25ce 100644 --- a/components-starter/camel-cxf-soap-starter/pom.xml +++ b/components-starter/camel-cxf-soap-starter/pom.xml @@ -38,6 +38,11 @@ <artifactId>camel-cxf-spring-soap</artifactId> <version>${camel-version}</version> </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> + <artifactId>cxf-spring-boot-starter-jaxws</artifactId> + <version>${cxf-version}</version> + </dependency> <!--START OF GENERATED CODE--> <dependency> <groupId>org.apache.camel.springboot</groupId>