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

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

commit 98fc5e2b632031429eeb6e684d4cc85852ef8fd3
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>

Reply via email to