You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2009/01/22 23:14:03 UTC

svn commit: r736826 - /servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml

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

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

Modified:
    servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml

Modified: servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml?rev=736826&r1=736825&r2=736826&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml (original)
+++ servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml Thu Jan 22 14:14:03 2009
@@ -112,6 +112,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>