You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2010/11/13 20:00:39 UTC

svn commit: r1034851 - /axis/axis2/java/transports/trunk/pom.xml

Author: veithen
Date: Sat Nov 13 19:00:39 2010
New Revision: 1034851

URL: http://svn.apache.org/viewvc?rev=1034851&view=rev
Log:
Don't manage the Woodstox version and keep whatever version is used by Axis2.

Modified:
    axis/axis2/java/transports/trunk/pom.xml

Modified: axis/axis2/java/transports/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/transports/trunk/pom.xml?rev=1034851&r1=1034850&r2=1034851&view=diff
==============================================================================
--- axis/axis2/java/transports/trunk/pom.xml (original)
+++ axis/axis2/java/transports/trunk/pom.xml Sat Nov 13 19:00:39 2010
@@ -303,11 +303,6 @@
                 <version>4.0-beta1</version>
             </dependency>
             <dependency>
-                <groupId>org.codehaus.woodstox</groupId>
-                <artifactId>wstx-asl</artifactId>
-                <version>3.2.4</version>
-            </dependency>
-            <dependency>
                 <groupId>commons-logging</groupId>
                 <artifactId>commons-logging</artifactId>
                 <version>1.1.1</version>