You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2008/11/13 14:25:52 UTC

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

Author: janstey
Date: Thu Nov 13 05:25:52 2008
New Revision: 713719

URL: http://svn.apache.org/viewvc?rev=713719&view=rev
Log:
Change scope of wstx-asl dependency

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

Modified: activemq/camel/trunk/components/camel-xstream/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-xstream/pom.xml?rev=713719&r1=713718&r2=713719&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-xstream/pom.xml (original)
+++ activemq/camel/trunk/components/camel-xstream/pom.xml Thu Nov 13 05:25:52 2008
@@ -55,6 +55,11 @@
       <groupId>org.codehaus.jettison</groupId>
       <artifactId>jettison</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.codehaus.woodstox</groupId>
+      <artifactId>wstx-asl</artifactId>
+      <version>3.2.7</version>
+    </dependency>
 
     <!-- testing -->
     <dependency>
@@ -69,12 +74,6 @@
       <version>1.1.3.3</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.codehaus.woodstox</groupId>
-      <artifactId>wstx-asl</artifactId>
-      <version>3.2.7</version>
-      <scope>test</scope>
-    </dependency>
 
     <dependency>
       <groupId>commons-logging</groupId>