Author: sagara
Date: Wed Sep 16 15:27:57 2009
New Revision: 815837

URL: http://svn.apache.org/viewvc?rev=815837&view=rev
Log:
fixed WODEN-152 - Woden shouldn't be dependent on Xerces

Modified:
    webservices/woden/trunk/java/pom.xml

Modified: webservices/woden/trunk/java/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/woden/trunk/java/pom.xml?rev=815837&r1=815836&r2=815837&view=diff
==============================================================================
--- webservices/woden/trunk/java/pom.xml (original)
+++ webservices/woden/trunk/java/pom.xml Wed Sep 16 15:27:57 2009
@@ -127,6 +127,16 @@
       <groupId>org.apache.ws.commons.axiom</groupId>
       <artifactId>axiom-api</artifactId>
       <version>1.2.9-SNAPSHOT</version>
+         <exclusions>
+                       <exclusion>
+                               <groupId>xerces</groupId>
+                               <artifactId>xercesImpl</artifactId>
+                       </exclusion>
+                       <exclusion>
+                               <groupId>xml-apis</groupId>
+                               <artifactId>xml-apis</artifactId>
+                       </exclusion>
+       </exclusions>
     </dependency>
 
     <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to