You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2010/02/07 08:56:46 UTC

svn commit: r907392 - /servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml

Author: jbonofre
Date: Sun Feb  7 07:56:46 2010
New Revision: 907392

URL: http://svn.apache.org/viewvc?rev=907392&view=rev
Log:
[SMX4-201] Upgrade woodstox ASL artifact ID.

Modified:
    servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml

Modified: servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml?rev=907392&r1=907391&r2=907392&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml (original)
+++ servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml Sun Feb  7 07:56:46 2010
@@ -129,7 +129,7 @@
     </dependency>
     <dependency>
       <groupId>org.codehaus.woodstox</groupId>
-      <artifactId>wstx-asl</artifactId>
+      <artifactId>woodstox-core-asl</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>