Revision: 5912
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5912&view=rev
Author: manningr
Date: 2010-10-11 15:07:21 +0000 (Mon, 11 Oct 2010)
Log Message:
-----------
Use JUnit 4.4 as it is the last version of JUnit that is compatible with Spring Test Framework that we currently depend on.
Modified Paths:
--------------
trunk/sql12/pom.xml
Modified: trunk/sql12/pom.xml
===================================================================
--- trunk/sql12/pom.xml 2010-10-11 15:07:02 UTC (rev 5911)
+++ trunk/sql12/pom.xml 2010-10-11 15:07:21 UTC (rev 5912)
@@ -92,7 +92,7 @@
<hibernate-annotations-version>3.3.0.ga</hibernate-annotations-version>
<izpack-standalone.version>4.3.1</izpack-standalone.version>
<izpack-plugin-version>1.0-alpha-4</izpack-plugin-version>
- <junit-version>4.7</junit-version>
+ <junit-version>4.4</junit-version>
<jgoodies-forms-version>1.0.5</jgoodies-forms-version>
<mockito-version>1.8.5</mockito-version>
<spring-framework-version>2.5.2</spring-framework-version>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|