Update EasyMock from 3.6 to 4.0 to fix testing on Java 11.

This commit is contained in:
Gary Gregory 2018-10-28 09:03:46 -06:00
parent 6b9e6419fc
commit b5585aaa60
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>3.6</version>
<version>4.0</version>
<scope>test</scope>
</dependency>
<dependency>