Author: ccustine
Date: Mon Jan 26 16:15:21 2009
New Revision: 737725

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

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=737725&r1=737724&r2=737725&view=diff
==============================================================================
--- servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml 
(original)
+++ servicemix/components/shared-libraries/trunk/servicemix-soap2/pom.xml Mon 
Jan 26 16:15:21 2009
@@ -132,6 +132,11 @@
       <artifactId>wstx-asl</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+        <groupId>xerces</groupId>
+        <artifactId>xercesImpl</artifactId>
+        <scope>test</scope>
+    </dependency>  
   </dependencies>
   
   <build>


Reply via email to