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 b333760fb59c00d681b2028678c5e6a622a2febd Author: Claus Ibsen <[email protected]> AuthorDate: Tue Mar 22 22:23:23 2022 +0100 Fix build of camel-spring-boot - Should be test scope and use camel-version --- components-starter/camel-hl7-starter/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/components-starter/camel-hl7-starter/pom.xml b/components-starter/camel-hl7-starter/pom.xml index a614f9c..f54d3ad 100644 --- a/components-starter/camel-hl7-starter/pom.xml +++ b/components-starter/camel-hl7-starter/pom.xml @@ -90,6 +90,7 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-mina</artifactId> + <version>${camel-version}</version> <scope>test</scope> </dependency> <!--START OF GENERATED CODE-->
