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:
parent
8d7fe1ac10
commit
b26d344a27
|
@ -21,7 +21,7 @@
|
||||||
junit.jar = ${junit.home}/junit-4.10.jar
|
junit.jar = ${junit.home}/junit-4.10.jar
|
||||||
|
|
||||||
# The location of the Easymock 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
|
# The location of the Commons-IO jar
|
||||||
commons-io.jar = ${commons-io.home}/commons-io-2.4.jar
|
commons-io.jar = ${commons-io.home}/commons-io-2.4.jar
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -466,7 +466,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.easymock</groupId>
|
<groupId>org.easymock</groupId>
|
||||||
<artifactId>easymock</artifactId>
|
<artifactId>easymock</artifactId>
|
||||||
<version>3.1</version>
|
<version>3.2</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
Loading…
Reference in New Issue