This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch release-3.16.0 in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 8c09953337772749865f0622a85f0ac6bac148c1 Author: Claus Ibsen <[email protected]> AuthorDate: Tue Mar 22 22:25:57 2022 +0100 Fix build of camel-spring-boot - Should be test scope and use camel-version --- components-starter/camel-soap-starter/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/components-starter/camel-soap-starter/pom.xml b/components-starter/camel-soap-starter/pom.xml index 3826a53..62871b1 100644 --- a/components-starter/camel-soap-starter/pom.xml +++ b/components-starter/camel-soap-starter/pom.xml @@ -48,6 +48,7 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-cxf</artifactId> + <version>${camel-version}</version> <scope>test</scope> </dependency> <dependency>
