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:49:50 UTC

svn commit: r534385 - /incubator/tuscany/java/sca/modules/wsdl2java/pom.xml

Author: antelder
Date: Wed May  2 03:49:49 2007
New Revision: 534385

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

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

Modified: incubator/tuscany/java/sca/modules/wsdl2java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/wsdl2java/pom.xml?view=diff&rev=534385&r1=534384&r2=534385
==============================================================================
--- incubator/tuscany/java/sca/modules/wsdl2java/pom.xml (original)
+++ incubator/tuscany/java/sca/modules/wsdl2java/pom.xml Wed May  2 03:49:49 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