Update EasyMock from 3.6 to 4.0 to fix testing on Java 11.
This commit is contained in:
parent
97ade3f6e3
commit
0fcd4ce92a
2
pom.xml
2
pom.xml
|
@ -553,7 +553,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.easymock</groupId>
|
<groupId>org.easymock</groupId>
|
||||||
<artifactId>easymock</artifactId>
|
<artifactId>easymock</artifactId>
|
||||||
<version>3.6</version>
|
<version>4.0</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue