You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/02 17:02:26 UTC

[camel-examples] 09/11: Removed undertow property placeholder

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-examples.git

commit 22baba3708378f430cb0fe9a6d1846a56ec59cce
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 2 17:54:04 2020 +0100

    Removed undertow property placeholder
---
 examples/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index ac1e08a..938f8a8 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -261,7 +261,6 @@
         <testcontainers-version>1.12.3</testcontainers-version>
         <tinybundles-version>2.1.1</tinybundles-version>
         <tomcat-version>9.0.30</tomcat-version>
-        <undertow-version>2.0.28.Final</undertow-version>
         <weld3-version>3.0.5.Final</weld3-version>
         <wsdl4j-version>1.6.3</wsdl4j-version>
         <woodstox-version>6.0.3</woodstox-version>