Author: simonetripodi
Date: Wed Oct 13 15:00:24 2010
New Revision: 1022124
URL: http://svn.apache.org/viewvc?rev=1022124&view=rev
Log:
upgrated junit dependency
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=1022124&r1=1022123&r2=1022124&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Wed Oct 13 15:00:24 2010
@@ -119,8 +119,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <!-- JUnit 3.8.2 is not compatible with Java 1.3, so use previous
version -->
- <version>3.8.1</version>
+ <version>4.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>