Author: maartenc
Date: Mon Dec 17 15:16:31 2007
New Revision: 605039

URL: http://svn.apache.org/viewvc?rev=605039&view=rev
Log:
Fixed a NPE when running the junit tests with JDK 1.4.

Modified:
    ant/ivy/core/trunk/ivy.xml

Modified: ant/ivy/core/trunk/ivy.xml
URL: 
http://svn.apache.org/viewvc/ant/ivy/core/trunk/ivy.xml?rev=605039&r1=605038&r2=605039&view=diff
==============================================================================
--- ant/ivy/core/trunk/ivy.xml (original)
+++ ant/ivy/core/trunk/ivy.xml Mon Dec 17 15:16:31 2007
@@ -52,6 +52,7 @@
                
                <!-- This dependency is necessary for having validation in 
junit tests when running with JDK1.4 -->
                <dependency org="xerces" name="xercesImpl" rev="2.6.2" 
conf="test->default" />
+               <dependency org="xerces" name="xmlParserAPIs" rev="2.6.2" 
conf="test->default" />
                
                <!-- Global exclude for junit -->
                <exclude org="junit" module="junit" conf="core,default" />


Reply via email to