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 2019/12/30 14:01:18 UTC

[camel-quarkus] 01/01: Use a single version of Jetty

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

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

commit 1848f0e872b555a683f376a3bdddd2a160007a06
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 30 15:00:52 2019 +0100

    Use a single version of Jetty
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a7e6ba7..41264f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,6 @@
         <groovy-maven-plugin.version>2.1.1</groovy-maven-plugin.version>
         <groovy.version>2.5.8</groovy.version>
         <jandex-maven-plugin.version>1.0.7</jandex-maven-plugin.version>
-        <jetty-maven-plugin.version>9.4.20.v20190813</jetty-maven-plugin.version>
         <properties-maven-plugin.version>1.0.0</properties-maven-plugin.version>
         <mycila-license.version>3.0</mycila-license.version>
         <maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>