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 2019/11/05 08:11:05 UTC

[camel-quarkus] branch master updated: chore(deps): remove jetty-client from suport/common

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 27b1149  chore(deps): remove jetty-client from suport/common
27b1149 is described below

commit 27b1149ea6bf7c7f7e756ef826502167c6e231c7
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Mon Nov 4 17:05:26 2019 +0100

    chore(deps): remove jetty-client from suport/common
---
 extensions/support/common/runtime/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/extensions/support/common/runtime/pom.xml b/extensions/support/common/runtime/pom.xml
index c23a01a..a156749 100644
--- a/extensions/support/common/runtime/pom.xml
+++ b/extensions/support/common/runtime/pom.xml
@@ -46,11 +46,6 @@
             <artifactId>quarkus-core</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.eclipse.jetty</groupId>
-            <artifactId>jetty-client</artifactId>
-        </dependency>
-
-        <dependency>
             <groupId>com.oracle.substratevm</groupId>
             <artifactId>svm</artifactId>
         </dependency>