Author: ccustine
Date: Thu Jan 22 14:18:03 2009
New Revision: 736829

URL: http://svn.apache.org/viewvc?rev=736829&view=rev
Log:
SM-1773 xercesImpl and xml-apis conflict when running inside Jboss

Modified:
    servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/pom.xml

Modified: 
servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/pom.xml?rev=736829&r1=736828&r2=736829&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/pom.xml 
(original)
+++ servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/pom.xml Thu 
Jan 22 14:18:03 2009
@@ -89,6 +89,14 @@
               <groupId>org.apache.ws.commons.axiom</groupId>
               <artifactId>axiom-impl</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>xml-apis</groupId>
+            <artifactId>xml-apis</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>xerces</groupId>
+            <artifactId>xercesImpl</artifactId>
+          </exclusion>
       </exclusions>
     </dependency>
     <dependency>


Reply via email to