You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/05/02 12:47:38 UTC

svn commit: r534384 - /incubator/tuscany/java/sca/modules/java2wsdl/pom.xml

Author: antelder
Date: Wed May  2 03:47:36 2007
New Revision: 534384

URL: http://svn.apache.org/viewvc?view=rev&rev=534384
Log:
Exclude woodstox 3.2.1

Modified:
    incubator/tuscany/java/sca/modules/java2wsdl/pom.xml

Modified: incubator/tuscany/java/sca/modules/java2wsdl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/java2wsdl/pom.xml?view=diff&rev=534384&r1=534383&r2=534384
==============================================================================
--- incubator/tuscany/java/sca/modules/java2wsdl/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/java2wsdl/pom.xml Wed May  2 03:47:36 2007
@@ -82,6 +82,12 @@
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
             <version>1.2</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.codehaus.woodstox</groupId>
+                    <artifactId>wstx-asl</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
 
         <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org