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 28f053b Fix build of camel-spring-boot - Should be test scope and use
camel-version
28f053b is described below
commit 28f053b4d50f9d55a51c98eeed14367ac8c70f5b
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Mar 22 22:24:46 2022 +0100
Fix build of camel-spring-boot - Should be test scope and use camel-version
---
components-starter/camel-jsonpath-starter/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/components-starter/camel-jsonpath-starter/pom.xml
b/components-starter/camel-jsonpath-starter/pom.xml
index 9a09920..f50e9f1 100644
--- a/components-starter/camel-jsonpath-starter/pom.xml
+++ b/components-starter/camel-jsonpath-starter/pom.xml
@@ -48,6 +48,7 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-platform-http-vertx</artifactId>
+ <version>${camel-version}</version>
<scope>test</scope>
</dependency>
<!--START OF GENERATED CODE-->