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 2020/02/27 09:54:04 UTC

[camel-spring-boot] 01/03: Add explicit version to camel-spring-test dependency

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

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

commit 7a2ca33487fb5ba79dbfadb63cb81bbf48509df1
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Thu Feb 20 09:12:10 2020 -0800

    Add explicit version to camel-spring-test dependency
---
 components-starter/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components-starter/pom.xml b/components-starter/pom.xml
index c5d73fa..a883938 100644
--- a/components-starter/pom.xml
+++ b/components-starter/pom.xml
@@ -65,6 +65,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-test-spring</artifactId>
+      <version>${camel-version}</version>
       <scope>test</scope>
     </dependency>
   </dependencies>