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/26 08:02:38 UTC

svn commit: r737639 - /servicemix/smx3/branches/servicemix-3.2/common/servicemix-soap2/pom.xml

Author: ccustine
Date: Mon Jan 26 07:02:38 2009
New Revision: 737639

URL: http://svn.apache.org/viewvc?rev=737639&view=rev
Log:
SM-1775 JBoss deployer dependency issues

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=737639&r1=737638&r2=737639&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 Mon Jan 26 07:02:38 2009
@@ -56,10 +56,15 @@
       <groupId>org.apache.ws.security</groupId>
       <artifactId>wss4j</artifactId>
       <exclusions>
-          <groupId>xalan</groupId>
-          <artifactId>xalan</artifactId>
+          <exclusion>
+            <groupId>xml-apis</groupId>
+            <artifactId>xml-apis</artifactId>
+          </exclusion>
+          <exclusion>
+            <groupId>xerces</groupId>
+            <artifactId>xercesImpl</artifactId>
+          </exclusion>
       </exclusions>
-
     </dependency>
     <dependency>
       <groupId>bouncycastle</groupId>