Author: veithen
Date: Wed Dec 15 21:42:44 2010
New Revision: 1049722
URL: http://svn.apache.org/viewvc?rev=1049722&view=rev
Log:
Added Woodstox 4.1.0 to the list of tested StAX implementations.
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml?rev=1049722&r1=1049721&r2=1049722&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml Wed Dec
15 21:42:44 2010
@@ -172,6 +172,11 @@
<version>4.0.8</version>
</artifactItem>
<artifactItem>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>woodstox-core-asl</artifactId>
+ <version>4.1.0</version>
+ </artifactItem>
+ <artifactItem>
<groupId>com.sun.xml.stream</groupId>
<artifactId>sjsxp</artifactId>
<version>1.0.1</version>