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

gzurowski 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 3be2268fc8d Add version to Camel Undertow dependency
3be2268fc8d is described below

commit 3be2268fc8d65fd36d4c8e4ad58a05c7e6adee5e
Author: Gregor Zurowski <gre...@zurowski.org>
AuthorDate: Fri Nov 10 17:36:04 2023 +0100

    Add version to Camel Undertow dependency
---
 components-starter/camel-vertx-http-starter/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/components-starter/camel-vertx-http-starter/pom.xml 
b/components-starter/camel-vertx-http-starter/pom.xml
index 71198718579..bde803599c7 100644
--- a/components-starter/camel-vertx-http-starter/pom.xml
+++ b/components-starter/camel-vertx-http-starter/pom.xml
@@ -42,6 +42,7 @@
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-undertow</artifactId>
+      <version>${camel-version}</version>
       <scope>test</scope>
     </dependency>
     <!--START OF GENERATED CODE-->

Reply via email to