Upgrade easymock to 3.2

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1540888 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Bourg 2013-11-12 00:15:33 +00:00
parent 8d7fe1ac10
commit b26d344a27
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
junit.jar = ${junit.home}/junit-4.10.jar
# The location of the Easymock jar
easymock.jar = ${easymock.home}/easymock-3.1.jar
easymock.jar = ${easymock.home}/easymock-3.2.jar
# The location of the Commons-IO jar
commons-io.jar = ${commons-io.home}/commons-io-2.4.jar

View File

@ -466,7 +466,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>3.1</version>
<version>3.2</version>
<scope>test</scope>
</dependency>
</dependencies>