You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/04/09 16:14:09 UTC

svn commit: r646369 - /webservices/axis2/branches/java/1_4/modules/parent/pom.xml

Author: dims
Date: Wed Apr  9 07:14:08 2008
New Revision: 646369

URL: http://svn.apache.org/viewvc?rev=646369&view=rev
Log:
remove stax jars dragged in by other components (trunk revision 646368)

Modified:
    webservices/axis2/branches/java/1_4/modules/parent/pom.xml

Modified: webservices/axis2/branches/java/1_4/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_4/modules/parent/pom.xml?rev=646369&r1=646368&r2=646369&view=diff
==============================================================================
--- webservices/axis2/branches/java/1_4/modules/parent/pom.xml (original)
+++ webservices/axis2/branches/java/1_4/modules/parent/pom.xml Wed Apr  9 07:14:08 2008
@@ -637,6 +637,12 @@
                 <groupId>org.jibx</groupId>
                 <artifactId>jibx-run</artifactId>
                 <version>${jibx.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.codehaus.woodstox</groupId>
+                        <artifactId>wstx-asl</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.apache.ant</groupId>
@@ -779,11 +785,23 @@
                 <groupId>org.apache.woden</groupId>
                 <artifactId>woden-api</artifactId>
                 <version>${woden.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.codehaus.woodstox</groupId>
+                        <artifactId>wstx-asl</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>org.apache.woden</groupId>
                 <artifactId>woden-impl-dom</artifactId>
                 <version>${woden.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>org.codehaus.woodstox</groupId>
+                        <artifactId>wstx-asl</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
             <dependency>
                 <groupId>xmlunit</groupId>
@@ -940,6 +958,10 @@
                 <artifactId>apache-activemq</artifactId>
                 <version>${activemq.version}</version>
                 <exclusions>
+                    <exclusion>
+                        <groupId>org.codehaus.woodstox</groupId>
+                        <artifactId>wstx-asl</artifactId>
+                    </exclusion>
                     <exclusion>
                         <groupId>stax</groupId>
                         <artifactId>stax-api</artifactId>



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