You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/10/20 14:22:50 UTC

[camel-spring-boot] branch camel-spring-boot-3.x updated: Remove undertow-version; use version from camel-parent (#981)

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

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


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this push:
     new 551264c9e6a Remove undertow-version; use version from camel-parent (#981)
551264c9e6a is described below

commit 551264c9e6a301e4ca2972a500742cd3fc94d8fd
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Fri Oct 20 10:22:45 2023 -0400

    Remove undertow-version; use version from camel-parent (#981)
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 43efcdc5fae..d292defe285 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,6 @@
         <springdoc-version>1.6.6</springdoc-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <swagger-parser-v3-version>2.0.31</swagger-parser-v3-version>
-        <undertow-version>2.2.16.Final</undertow-version>
     </properties>