You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2008/09/15 22:45:28 UTC

svn commit: r695616 - /tuscany/branches/sca-java-1.3.2/itest/builder/pom.xml

Author: rfeng
Date: Mon Sep 15 13:45:28 2008
New Revision: 695616

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

Modified:
    tuscany/branches/sca-java-1.3.2/itest/builder/pom.xml

Modified: tuscany/branches/sca-java-1.3.2/itest/builder/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.3.2/itest/builder/pom.xml?rev=695616&r1=695615&r2=695616&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.3.2/itest/builder/pom.xml (original)
+++ tuscany/branches/sca-java-1.3.2/itest/builder/pom.xml Mon Sep 15 13:45:28 2008
@@ -86,7 +86,7 @@
 
         <dependency>
             <groupId>xerces</groupId>
-            <artifactId>xercesimpl</artifactId>
+            <artifactId>xercesImpl</artifactId>
             <version>2.8.1</version>
             <scope>test</scope>
         </dependency>