You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2011/02/23 16:00:38 UTC

svn commit: r1073761 - /camel/trunk/tests/camel-itest/pom.xml

Author: davsclaus
Date: Wed Feb 23 15:00:37 2011
New Revision: 1073761

URL: http://svn.apache.org/viewvc?rev=1073761&view=rev
Log:
CAMEL-3701: upgraded to restlet 2.0.5

Modified:
    camel/trunk/tests/camel-itest/pom.xml

Modified: camel/trunk/tests/camel-itest/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/pom.xml?rev=1073761&r1=1073760&r2=1073761&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest/pom.xml (original)
+++ camel/trunk/tests/camel-itest/pom.xml Wed Feb 23 15:00:37 2011
@@ -115,16 +115,9 @@
             <artifactId>camel-restlet</artifactId>
             <scope>test</scope>
         </dependency>
-        <!-- restlet engine -->
-        <dependency>
-          <groupId>com.noelios.restlet</groupId>
-          <artifactId>com.noelios.restlet</artifactId>
-          <version>${restlet-version}</version>
-          <scope>test</scope>
-        </dependency>
         <!-- restlet JAXB binding -->
         <dependency>
-            <groupId>org.restlet</groupId>
+            <groupId>org.restlet.jse</groupId>
             <artifactId>org.restlet.ext.jaxb</artifactId>
             <version>${restlet-version}</version>
             <scope>test</scope>