Author: veithen
Date: Sun Jul  4 16:50:14 2010
New Revision: 960360

URL: http://svn.apache.org/viewvc?rev=960360&view=rev
Log:
Removed xalan as a global dependency. It is not required (especially on Java 
1.5) and its presence as a transitive dependency seems to be the root cause of 
a test case failure in Rampart.

Modified:
    axis/axis2/java/core/trunk/modules/parent/pom.xml

Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=960360&r1=960359&r2=960360&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/parent/pom.xml Sun Jul  4 16:50:14 2010
@@ -1074,11 +1074,6 @@
             <artifactId>xmlunit</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>xalan</groupId>
-            <artifactId>xalan</artifactId>
-        </dependency>
-
         <!-- Stax implementation class -->
         <dependency>
             <groupId>${stax.impl.groupid}</groupId>


Reply via email to