This is an automated email from the ASF dual-hosted git repository.
davsclaus 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 e2c448a Fix build of camel-spring-boot - Should be test scope and use
camel-version
e2c448a is described below
commit e2c448a936bb57d3cbbe08065bcc21c1a23a43ab
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>