You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2021/11/02 11:18:02 UTC

[camel-k-runtime] 02/02: chore: remove unused undertow depdendency

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

lburgazzoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit b4472b5fd716a1577f85c2b671b52e63aef7a70d
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Tue Nov 2 10:51:47 2021 +0100

    chore: remove unused undertow depdendency
---
 camel-k-loader-jsh/impl/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/camel-k-loader-jsh/impl/pom.xml b/camel-k-loader-jsh/impl/pom.xml
index cf4b30c..36f6a4e 100644
--- a/camel-k-loader-jsh/impl/pom.xml
+++ b/camel-k-loader-jsh/impl/pom.xml
@@ -72,11 +72,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-undertow</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
             <artifactId>camel-timer</artifactId>
             <scope>test</scope>
         </dependency>