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:46:45 UTC

svn commit: r713722 - in /activemq/camel/branches/camel-1.x: ./ components/camel-xstream/pom.xml

Author: janstey
Date: Thu Nov 13 05:46:45 2008
New Revision: 713722

URL: http://svn.apache.org/viewvc?rev=713722&view=rev
Log:
Merged revisions 713719 via svnmerge from 
https://svn.apache.org/repos/asf/activemq/camel/trunk

........
  r713719 | janstey | 2008-11-13 09:55:52 -0330 (Thu, 13 Nov 2008) | 1 line
  
  Change scope of wstx-asl dependency
........

Modified:
    activemq/camel/branches/camel-1.x/   (props changed)
    activemq/camel/branches/camel-1.x/components/camel-xstream/pom.xml

Propchange: activemq/camel/branches/camel-1.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: activemq/camel/branches/camel-1.x/components/camel-xstream/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/branches/camel-1.x/components/camel-xstream/pom.xml?rev=713722&r1=713721&r2=713722&view=diff
==============================================================================
--- activemq/camel/branches/camel-1.x/components/camel-xstream/pom.xml (original)
+++ activemq/camel/branches/camel-1.x/components/camel-xstream/pom.xml Thu Nov 13 05:46:45 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>