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/20 17:55:10 UTC

[camel-spring-boot] 02/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 release/3.1.0
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit b4a6e8c1ad0aa62752acc6bc53a082e6017856b5
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 e1efd9b..2417ad2 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>