You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2024/03/23 16:40:12 UTC

(camel-spring-boot) 02/02: Fix dependency version

This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch release/4.5.0
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 5008acbc72d470961b84b006ecfa0a76eb57b760
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sat Mar 23 17:06:09 2024 +0100

    Fix dependency version
---
 core-starter/camel-k-starter/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core-starter/camel-k-starter/pom.xml b/core-starter/camel-k-starter/pom.xml
index d55d2c41fed..20fdd37cbd6 100644
--- a/core-starter/camel-k-starter/pom.xml
+++ b/core-starter/camel-k-starter/pom.xml
@@ -50,6 +50,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-test-spring-junit5</artifactId>
+      <version>${camel-version}</version>
       <exclusions>
         <exclusion>
           <groupId>org.apache.camel</groupId>