Author: veithen
Date: Fri Dec 30 22:02:10 2011
New Revision: 1225943
URL: http://svn.apache.org/viewvc?rev=1225943&view=rev
Log:
Added Xalan as a test dependency in an attempt to fix the build failure on
Jenkins.
Modified:
axis/axis1/java/trunk/axis/pom.xml
Modified: axis/axis1/java/trunk/axis/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis/pom.xml?rev=1225943&r1=1225942&r2=1225943&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis/pom.xml (original)
+++ axis/axis1/java/trunk/axis/pom.xml Fri Dec 30 22:02:10 2011
@@ -106,6 +106,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.6.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>oro</groupId>
<artifactId>oro</artifactId>
<version>2.0.6</version>