You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/10/03 16:14:37 UTC

svn commit: r701387 - /servicemix/components/engines/servicemix-wsn2005/trunk/pom.xml

Author: gnodet
Date: Fri Oct  3 07:14:36 2008
New Revision: 701387

URL: http://svn.apache.org/viewvc?rev=701387&view=rev
Log:
Remove xerces / xml-apis dependencies

Modified:
    servicemix/components/engines/servicemix-wsn2005/trunk/pom.xml

Modified: servicemix/components/engines/servicemix-wsn2005/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/engines/servicemix-wsn2005/trunk/pom.xml?rev=701387&r1=701386&r2=701387&view=diff
==============================================================================
--- servicemix/components/engines/servicemix-wsn2005/trunk/pom.xml (original)
+++ servicemix/components/engines/servicemix-wsn2005/trunk/pom.xml Fri Oct  3 07:14:36 2008
@@ -153,6 +153,14 @@
           <artifactId>xalan</artifactId>
         </exclusion>
         <exclusion>
+          <groupId>xerces</groupId>
+          <artifactId>xercesImpl</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>xml-apis</groupId>
+          <artifactId>xml-apis</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>org.springframework</groupId>
           <artifactId>spring-jmx</artifactId>
         </exclusion>