You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2018/12/20 12:36:48 UTC

[camel] branch master updated: CAMEL-13020: replaces org.mortbay.jetty with or...

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3d60fda  CAMEL-13020: replaces org.mortbay.jetty with or...
3d60fda is described below

commit 3d60fda881161665274f978f8d27081da5c25a73
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Thu Dec 20 13:36:46 2018 +0100

    CAMEL-13020: replaces org.mortbay.jetty with or...
    
    ...g.eclipse.jetty
    
    These were all in the examples, but the ${jetty-plugin-version} is now
    referencing artefact from org.eclipse.jetty. Would show up as an error
    when trying to dependency:go-offline.
---
 examples/camel-example-reportincident/pom.xml | 2 +-
 examples/camel-example-restlet-jdbc/pom.xml   | 2 +-
 examples/camel-example-spring-ws/pom.xml      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/camel-example-reportincident/pom.xml b/examples/camel-example-reportincident/pom.xml
index ffe1ee2..b55e1f9 100644
--- a/examples/camel-example-reportincident/pom.xml
+++ b/examples/camel-example-reportincident/pom.xml
@@ -180,7 +180,7 @@
 
       <!-- so we can run mvn jetty:run -->
       <plugin>
-        <groupId>org.mortbay.jetty</groupId>
+        <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-maven-plugin</artifactId>
         <version>${jetty-plugin-version}</version>
         <configuration>
diff --git a/examples/camel-example-restlet-jdbc/pom.xml b/examples/camel-example-restlet-jdbc/pom.xml
index d2d398e..84799df 100644
--- a/examples/camel-example-restlet-jdbc/pom.xml
+++ b/examples/camel-example-restlet-jdbc/pom.xml
@@ -118,7 +118,7 @@
     <plugins>
       <!-- so we can run mvn jetty:run -->
       <plugin>
-        <groupId>org.mortbay.jetty</groupId>
+        <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-maven-plugin</artifactId>
         <version>${jetty-plugin-version}</version>
         <configuration>
diff --git a/examples/camel-example-spring-ws/pom.xml b/examples/camel-example-spring-ws/pom.xml
index af99193..779e445 100644
--- a/examples/camel-example-spring-ws/pom.xml
+++ b/examples/camel-example-spring-ws/pom.xml
@@ -113,7 +113,7 @@
 
       <!-- so we can run mvn jetty:run -->
       <plugin>
-        <groupId>org.mortbay.jetty</groupId>
+        <groupId>org.eclipse.jetty</groupId>
         <artifactId>jetty-maven-plugin</artifactId>
         <version>${jetty-plugin-version}</version>
         <configuration>