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 2009/05/17 09:17:07 UTC

svn commit: r775589 - /camel/trunk/components/camel-xstream/pom.xml

Author: davsclaus
Date: Sun May 17 07:17:06 2009
New Revision: 775589

URL: http://svn.apache.org/viewvc?rev=775589&view=rev
Log:
camel-xstream: Upgraded to newer releases.

Modified:
    camel/trunk/components/camel-xstream/pom.xml

Modified: camel/trunk/components/camel-xstream/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-xstream/pom.xml?rev=775589&r1=775588&r2=775589&view=diff
==============================================================================
--- camel/trunk/components/camel-xstream/pom.xml (original)
+++ camel/trunk/components/camel-xstream/pom.xml Sun May 17 07:17:06 2009
@@ -62,11 +62,12 @@
     <dependency>
       <groupId>org.codehaus.jettison</groupId>
       <artifactId>jettison</artifactId>
+      <version>1.1</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.woodstox</groupId>
       <artifactId>wstx-asl</artifactId>
-      <version>3.2.8</version>
+      <version>3.2.9</version>
     </dependency>
 
     <!-- testing -->