You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by ka...@apache.org on 2011/12/19 06:27:33 UTC

svn commit: r1220614 - /synapse/trunk/java/pom.xml

Author: kasun
Date: Mon Dec 19 05:27:32 2011
New Revision: 1220614

URL: http://svn.apache.org/viewvc?rev=1220614&view=rev
Log:
Fixing test failure

Modified:
    synapse/trunk/java/pom.xml

Modified: synapse/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=1220614&r1=1220613&r2=1220614&view=diff
==============================================================================
--- synapse/trunk/java/pom.xml (original)
+++ synapse/trunk/java/pom.xml Mon Dec 19 05:27:32 2011
@@ -584,7 +584,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.xalan</groupId>
+            <groupId>xalan</groupId>
             <artifactId>xalan</artifactId>
             <version>${xalan.version}</version>
         </dependency>