Author: ggregory
Date: Mon Oct 29 21:49:10 2018
New Revision: 1845179
URL: http://svn.apache.org/viewvc?rev=1845179&view=rev
Log:
Update EasyMock from 4.0 to 4.0.1 to actually fix testing on Oracle Java 11 and
Oracle 12-ea.
Modified:
commons/proper/configuration/trunk/pom.xml
Modified: commons/proper/configuration/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1845179&r1=1845178&r2=1845179&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Mon Oct 29 21:49:10 2018
@@ -485,7 +485,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
- <version>4.0</version>
+ <version>4.0.1</version>
<scope>test</scope>
</dependency>