This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch fix/swift-junit-dependency in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 4c10fb42545ba8c450ffc70e2baef75fd8b4c526 Author: Gregor Zurowski <gre...@zurowski.net> AuthorDate: Sat Dec 17 09:08:44 2022 +0100 Add version element to 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>