You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2012/11/14 18:53:32 UTC

svn commit: r1409276 - /webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml

Author: veithen
Date: Wed Nov 14 17:53:31 2012
New Revision: 1409276

URL: http://svn.apache.org/viewvc?rev=1409276&view=rev
Log:
Eliminated duplicate dependency on the StAX API.

Modified:
    webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml?rev=1409276&r1=1409275&r2=1409276&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml Wed Nov 14 17:53:31 2012
@@ -402,6 +402,10 @@
                         <groupId>stax</groupId>
                         <artifactId>stax-api</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>javax.xml.stream</groupId>
+                        <artifactId>stax-api</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
             <dependency>