Repository: camel Updated Branches: refs/heads/master 2c0151256 -> 05ca8addd
CAMEL-7633: camel-restlet upgraded. Support async producer again. And added stream cache as the other http component does. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/05ca8add Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/05ca8add Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/05ca8add Branch: refs/heads/master Commit: 05ca8adddb1147720e676fa47906e8cfa5ba4142 Parents: 2c01512 Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Jul 25 08:47:30 2014 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Jul 25 08:47:46 2014 +0200 ---------------------------------------------------------------------- examples/camel-example-restlet-jdbc/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/05ca8add/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 21333ef..da3ad9d 100755 --- a/examples/camel-example-restlet-jdbc/pom.xml +++ b/examples/camel-example-restlet-jdbc/pom.xml @@ -32,9 +32,9 @@ <repositories> <repository> - <id>maven-restlet</id> - <name>Public online Restlet repository</name> - <url>http://maven.restlet.org</url> + <id>maven-restlet</id> + <name>Public online Restlet repository</name> + <url>http://maven.restlet.org</url> </repository> </repositories> @@ -68,7 +68,7 @@ <artifactId>camel-restlet</artifactId> </dependency> <dependency> - <groupId>org.restlet.osgi</groupId> + <groupId>org.restlet.jse</groupId> <artifactId>org.restlet.ext.spring</artifactId> <version>${restlet-version}</version> </dependency>