mirror of https://github.com/apache/ant-ivy
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:
parent
4839abdcae
commit
acf486376e
1
ivy.xml
1
ivy.xml
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue