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 6a04202 Fix build of camel-spring-boot - Should be test scope and use
camel-version
6a04202 is described below
commit 6a04202dde32a108bfd9c3aa06079579c993afaf
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Mar 22 22:28:46 2022 +0100
Fix build of camel-spring-boot - Should be test scope and use camel-version
---
components-starter/camel-webhook-starter/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/components-starter/camel-webhook-starter/pom.xml
b/components-starter/camel-webhook-starter/pom.xml
index 624e42b..5a4c7ac 100644
--- a/components-starter/camel-webhook-starter/pom.xml
+++ b/components-starter/camel-webhook-starter/pom.xml
@@ -43,6 +43,7 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-test-junit5</artifactId>
+ <version>${camel-version}</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -58,6 +59,7 @@
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-netty-http</artifactId>
+ <version>${camel-version}</version>
<scope>test</scope>
</dependency>
<dependency>