You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2013/09/21 12:16:00 UTC

git commit: CAMEL-6761: Better make use of the appropriate Maven artifactId after the upgrade to Restlet 2.1.4.

Updated Branches:
  refs/heads/master f3d6ccc0f -> c840ba382


CAMEL-6761: Better make use of the appropriate Maven artifactId after the upgrade to Restlet 2.1.4.

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/c840ba38
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/c840ba38
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/c840ba38

Branch: refs/heads/master
Commit: c840ba382fdf25da46e52369dc2bab0adc4b0216
Parents: f3d6ccc
Author: Babak Vahdat <bv...@apache.org>
Authored: Sat Sep 21 12:15:54 2013 +0200
Committer: Babak Vahdat <bv...@apache.org>
Committed: Sat Sep 21 12:15:54 2013 +0200

----------------------------------------------------------------------
 components/camel-restlet/pom.xml            | 4 ++--
 examples/camel-example-restlet-jdbc/pom.xml | 2 +-
 tests/camel-itest/pom.xml                   | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/c840ba38/components/camel-restlet/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-restlet/pom.xml b/components/camel-restlet/pom.xml
index 5e797a2..c96b7d8 100644
--- a/components/camel-restlet/pom.xml
+++ b/components/camel-restlet/pom.xml
@@ -52,13 +52,13 @@
     </dependency>
 
     <dependency>
-      <groupId>org.restlet.jse</groupId>
+      <groupId>org.restlet.osgi</groupId>
       <artifactId>org.restlet</artifactId>
       <version>${restlet-version}</version>
     </dependency>
 
     <dependency>
-     <groupId>org.restlet.jse</groupId>
+     <groupId>org.restlet.osgi</groupId>
      <artifactId>org.restlet.ext.httpclient</artifactId>
      <version>${restlet-version}</version>
      <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/camel/blob/c840ba38/examples/camel-example-restlet-jdbc/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-restlet-jdbc/pom.xml b/examples/camel-example-restlet-jdbc/pom.xml
index 1036bdb..e1afbb8 100755
--- a/examples/camel-example-restlet-jdbc/pom.xml
+++ b/examples/camel-example-restlet-jdbc/pom.xml
@@ -68,7 +68,7 @@
             <artifactId>camel-restlet</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.restlet.jee</groupId>
+            <groupId>org.restlet.osgi</groupId>
             <artifactId>org.restlet.ext.spring</artifactId>
             <version>${restlet-version}</version>
         </dependency>

http://git-wip-us.apache.org/repos/asf/camel/blob/c840ba38/tests/camel-itest/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index aa17a4f..ad656f9 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -141,7 +141,7 @@
     </dependency>
     <!-- restlet JAXB binding -->
     <dependency>
-      <groupId>org.restlet.jse</groupId>
+      <groupId>org.restlet.osgi</groupId>
       <artifactId>org.restlet.ext.jaxb</artifactId>
       <version>${restlet-version}</version>
       <scope>test</scope>