Author: pascalschumacher Date: Fri Oct 13 15:15:13 2017 New Revision: 1812140
URL: http://svn.apache.org/viewvc?rev=1812140&view=rev Log: Update to easymock-3.5 to make build pass under java 9. Patch by Andreas Kuhtz 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=1812140&r1=1812139&r2=1812140&view=diff ============================================================================== --- commons/proper/configuration/trunk/pom.xml (original) +++ commons/proper/configuration/trunk/pom.xml Fri Oct 13 15:15:13 2017 @@ -462,7 +462,7 @@ <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> - <version>3.4</version> + <version>3.5</version> <scope>test</scope> </dependency>