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 <lburgazz...@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>