Author: sebb Date: Mon Jun 7 23:09:07 2010 New Revision: 952480 URL: http://svn.apache.org/viewvc?rev=952480&view=rev Log: JUnit 3.8.2 is not compatible with Java 1.3, so use previous version
Modified: commons/proper/pool/trunk/pom.xml Modified: commons/proper/pool/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=952480&r1=952479&r2=952480&view=diff ============================================================================== --- commons/proper/pool/trunk/pom.xml (original) +++ commons/proper/pool/trunk/pom.xml Mon Jun 7 23:09:07 2010 @@ -113,7 +113,8 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.2</version> + <!-- JUnit 3.8.2 is not compatible with Java 1.3, so use previous version --> + <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies>