Update Ant dependencies
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1552897 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
325a2d0b1a
commit
3fd016bf0b
|
@ -22,6 +22,6 @@
|
|||
|
||||
# Repository base path - unnecessary if full jar paths are provided below
|
||||
repository=${user.home}/.m2/repository
|
||||
junit.home=${repository}/junit/junit/4.10/
|
||||
easymock.home=${repository}/org/easymock/easymock/3.1/
|
||||
junit.home=${repository}/junit/junit/4.11/
|
||||
easymock.home=${repository}/org/easymock/easymock/3.2/
|
||||
commons-io.home=${repository}/commons-io/commons-io/2.4/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# $Id$
|
||||
|
||||
# The location of the "junit.jar" JAR file
|
||||
junit.jar = ${junit.home}/junit-4.10.jar
|
||||
junit.jar = ${junit.home}/junit-4.11.jar
|
||||
|
||||
# The location of the Easymock jar
|
||||
easymock.jar = ${easymock.home}/easymock-3.2.jar
|
||||
|
|
Loading…
Reference in New Issue