This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch release/3.18.0 in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 537b9c4390cb625c006cc849ffe4b4a7ee5f10e2 Author: Gregor Zurowski <[email protected]> AuthorDate: Sat Jul 2 16:26:01 2022 +0200 Explicitly define dependency version --- components-starter/camel-cxf-rest-starter/pom.xml | 1 + components-starter/camel-cxf-soap-starter/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/components-starter/camel-cxf-rest-starter/pom.xml b/components-starter/camel-cxf-rest-starter/pom.xml index c17cfcdeb4f..4324603c07c 100644 --- a/components-starter/camel-cxf-rest-starter/pom.xml +++ b/components-starter/camel-cxf-rest-starter/pom.xml @@ -48,6 +48,7 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-http</artifactId> + <version>${camel-version}</version> <scope>test</scope> </dependency> <dependency> diff --git a/components-starter/camel-cxf-soap-starter/pom.xml b/components-starter/camel-cxf-soap-starter/pom.xml index b15c4ded1cb..e10c1670d5a 100644 --- a/components-starter/camel-cxf-soap-starter/pom.xml +++ b/components-starter/camel-cxf-soap-starter/pom.xml @@ -48,6 +48,7 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-http</artifactId> + <version>${camel-version}</version> <scope>test</scope> </dependency> <!--START OF GENERATED CODE-->
