This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 81f5243 Fix build of camel-spring-boot - Should be test scope and use
camel-version
81f5243 is described below
commit 81f5243b2656f17da3afdd50f5544818b927b7d4
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Mar 22 22:31:22 2022 +0100
Fix build of camel-spring-boot - Should be test scope and use camel-version
---
tests/camel-spring-boot-integration-tests/infinispan/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/camel-spring-boot-integration-tests/infinispan/pom.xml
b/tests/camel-spring-boot-integration-tests/infinispan/pom.xml
index c63683e..2244141 100644
--- a/tests/camel-spring-boot-integration-tests/infinispan/pom.xml
+++ b/tests/camel-spring-boot-integration-tests/infinispan/pom.xml
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-test-infra-infinispan</artifactId>
- <version>${project.version}</version>
+ <version>${camel-version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>