Fixed a NPE when running the junit tests with JDK 1.4.

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@605039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maarten Coene 2007-12-17 23:16:31 +00:00
parent 4839abdcae
commit acf486376e
1 changed files with 1 additions and 0 deletions

View File

@ -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" />