You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jd...@apache.org on 2009/09/18 08:07:23 UTC

svn commit: r816475 - /wicket/trunk/pom.xml

Author: jdonnerstag
Date: Fri Sep 18 06:07:23 2009
New Revision: 816475

URL: http://svn.apache.org/viewvc?rev=816475&view=rev
Log:
changed pom.xml to use junit4

Modified:
    wicket/trunk/pom.xml

Modified: wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/pom.xml?rev=816475&r1=816474&r2=816475&view=diff
==============================================================================
--- wicket/trunk/pom.xml (original)
+++ wicket/trunk/pom.xml Fri Sep 18 06:07:23 2009
@@ -317,7 +317,7 @@
 			<dependency>
 				<groupId>junit</groupId>
 				<artifactId>junit</artifactId>
-				<version>3.8.1</version>
+				<version>4.7</version>
 				<scope>provided</scope>
 			</dependency>
 			<dependency>