Author: antelder
Date: Fri Aug  8 07:23:43 2008
New Revision: 683978

URL: http://svn.apache.org/viewvc?rev=683978&view=rev
Log:
Add test dependency on xercesImpl as it not brought in transitively by tuscany 
runtime now

Modified:
    tuscany/java/sca/itest/builder/pom.xml

Modified: tuscany/java/sca/itest/builder/pom.xml
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/itest/builder/pom.xml?rev=683978&r1=683977&r2=683978&view=diff
==============================================================================
--- tuscany/java/sca/itest/builder/pom.xml (original)
+++ tuscany/java/sca/itest/builder/pom.xml Fri Aug  8 07:23:43 2008
@@ -83,6 +83,13 @@
             <version>1.4-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>xerces</groupId>
+            <artifactId>xercesimpl</artifactId>
+            <version>2.8.1</version>
+            <scope>test</scope>
+        </dependency>
               
         <dependency>
             <groupId>junit</groupId>


Reply via email to