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 2009/10/02 15:25:38 UTC

svn commit: r821011 - /tuscany/java/sca/modules/binding-ws-axis2-policy/pom.xml

Author: antelder
Date: Fri Oct  2 13:25:38 2009
New Revision: 821011

URL: http://svn.apache.org/viewvc?rev=821011&view=rev
Log:
Exclude another unwanted dependency

Modified:
    tuscany/java/sca/modules/binding-ws-axis2-policy/pom.xml

Modified: tuscany/java/sca/modules/binding-ws-axis2-policy/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/binding-ws-axis2-policy/pom.xml?rev=821011&r1=821010&r2=821011&view=diff
==============================================================================
--- tuscany/java/sca/modules/binding-ws-axis2-policy/pom.xml (original)
+++ tuscany/java/sca/modules/binding-ws-axis2-policy/pom.xml Fri Oct  2 13:25:38 2009
@@ -94,6 +94,10 @@
 					<groupId>xerces</groupId>
 					<artifactId>xercesImpl</artifactId>
 				</exclusion>
+				<exclusion>
+					<groupId>xerces</groupId>
+					<artifactId>xmlParserAPIs</artifactId>
+				</exclusion>
                 <exclusion>
                     <groupId>org.apache.axis2</groupId>
                     <artifactId>axis2-adb</artifactId>