Author: rfeng
Date: Fri Aug  8 08:32:01 2008
New Revision: 684000

URL: http://svn.apache.org/viewvc?rev=684000&view=rev
Log:
Fix the wrong artifact id for xercesImpl

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=684000&r1=683999&r2=684000&view=diff
==============================================================================
--- tuscany/java/sca/itest/builder/pom.xml (original)
+++ tuscany/java/sca/itest/builder/pom.xml Fri Aug  8 08:32:01 2008
@@ -86,7 +86,7 @@
 
         <dependency>
             <groupId>xerces</groupId>
-            <artifactId>xercesimpl</artifactId>
+            <artifactId>xercesImpl</artifactId>
             <version>2.8.1</version>
             <scope>test</scope>
         </dependency>


Reply via email to