You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by on...@apache.org on 2017/11/29 04:55:53 UTC

[camel] branch master updated: CAMEL-12040 - upgrade arquillian-jetty-embedded-9 and add jetty deploy dependency

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

onders 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 cd674c3  CAMEL-12040 - upgrade arquillian-jetty-embedded-9 and add jetty deploy dependency
cd674c3 is described below

commit cd674c353214a907c838b38d49564e54499eec89
Author: onders86 <on...@gmail.com>
AuthorDate: Mon Nov 27 13:47:54 2017 +0300

    CAMEL-12040 - upgrade arquillian-jetty-embedded-9 and add jetty deploy dependency
---
 examples/camel-example-cdi-rest-servlet/pom.xml | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/examples/camel-example-cdi-rest-servlet/pom.xml b/examples/camel-example-cdi-rest-servlet/pom.xml
index 2692c06..8a2f9c4 100755
--- a/examples/camel-example-cdi-rest-servlet/pom.xml
+++ b/examples/camel-example-cdi-rest-servlet/pom.xml
@@ -129,6 +129,12 @@
       <version>${weld2-version}</version>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>org.eclipse.jetty</groupId>
+      <artifactId>jetty-deploy</artifactId>
+      <version>${jetty9-version}</version>
+      <scope>runtime</scope>
+    </dependency>
 
   </dependencies>
 
@@ -154,7 +160,7 @@
         <dependency>
           <groupId>org.jboss.arquillian.container</groupId>
           <artifactId>arquillian-jetty-embedded-9</artifactId>
-          <version>1.0.0.CR2</version>
+          <version>1.0.0.CR3</version>
           <scope>test</scope>
           <exclusions>
             <exclusion>
@@ -186,7 +192,7 @@
         <dependency>
           <groupId>org.jboss.arquillian.container</groupId>
           <artifactId>arquillian-jetty-embedded-9</artifactId>
-          <version>1.0.0.CR2</version>
+          <version>1.0.0.CR3</version>
           <scope>test</scope>
           <exclusions>
             <exclusion>

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].