This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch release/3.20.0 in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 7516e31653c4cf9f05cbddfe3935edbce45ea8f9 Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Sat Dec 17 08:06:06 2022 +0000 Add version element for JUnit dependency --- components-starter/camel-swift-starter/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/components-starter/camel-swift-starter/pom.xml b/components-starter/camel-swift-starter/pom.xml index dcff5785c71..ef862459be0 100644 --- a/components-starter/camel-swift-starter/pom.xml +++ b/components-starter/camel-swift-starter/pom.xml @@ -43,6 +43,7 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-test-junit5</artifactId> + <version>${camel-version}</version> <scope>test</scope> </dependency> <dependency>