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 2015/07/11 08:57:45 UTC

camel git commit: Upgrade CXF / jetty to make itests work again

Repository: camel
Updated Branches:
  refs/heads/master 847065993 -> 027cdd49b


Upgrade CXF / jetty to make itests work again


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

Branch: refs/heads/master
Commit: 027cdd49b2e9580046d978b0005a6e6444d7a8c5
Parents: 8470659
Author: Claus Ibsen <da...@apache.org>
Authored: Sat Jul 11 09:04:07 2015 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Jul 11 09:04:07 2015 +0200

----------------------------------------------------------------------
 tests/camel-itest/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/027cdd49/tests/camel-itest/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index 9c74b21..fe79e91 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -74,7 +74,7 @@
     </dependency>        
     <dependency>
       <groupId>org.apache.camel</groupId>
-      <artifactId>camel-jetty8</artifactId>
+      <artifactId>camel-jetty9</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>