You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2007/12/12 23:49:33 UTC

svn commit: r603759 - /ant/ivy/core/trunk/ivy.xml

Author: maartenc
Date: Wed Dec 12 14:49:32 2007
New Revision: 603759

URL: http://svn.apache.org/viewvc?rev=603759&view=rev
Log:
Make the XML validation work on Java 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=603759&r1=603758&r2=603759&view=diff
==============================================================================
--- ant/ivy/core/trunk/ivy.xml (original)
+++ ant/ivy/core/trunk/ivy.xml Wed Dec 12 14:49:32 2007
@@ -50,6 +50,9 @@
 		<dependency org="junit" name="junit" rev="3.8.2" conf="test->default" />
 		<dependency org="commons-lang" name="commons-lang" rev="[1.0,3.0[" conf="test->default" />
 		
+		<!-- 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" />
+		
 		<!-- Global exclude for junit -->
 		<exclude org="junit" module="junit" conf="core,default" />
 	</dependencies>