Revision: 5910
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5910&view=rev
Author: manningr
Date: 2010-10-11 15:06:06 +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/app/pom.xml
Modified: trunk/sql12/app/pom.xml
===================================================================
--- trunk/sql12/app/pom.xml 2010-10-11 12:24:33 UTC (rev 5909)
+++ trunk/sql12/app/pom.xml 2010-10-11 15:06:06 UTC (rev 5910)
@@ -118,6 +118,12 @@
</excludes>
</resource>
</resources>
+ <testResources>
+ <testResource>
+ <directory>src/test/resources</directory>
+ <filtering>true</filtering>
+ </testResource>
+ </testResources>
<plugins>
<!--
Set the squirrelsql.version property if it has not already been set.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|