1
0
mirror of synced 2026-08-05 01:36:56 +00:00

Fix spring4 test

This commit is contained in:
Rob Winch
2014-02-19 16:13:30 -06:00
parent 4a1a2dfed4
commit de4ed136ea
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ classes.doLast {
sourceJar.from cryptoProject.sourceSets.main.java
configure([test,spring4Test]) {
configure([test]) {
systemProperties['springSecurityVersion'] = version
systemProperties['springVersion'] = springVersion
}
@@ -23,7 +23,7 @@ public class SpringSecurityCoreVersion {
*/
public static final long SERIAL_VERSION_UID = 320L;
static final String MIN_SPRING_VERSION = "3.2.8.RELEASE";
static final String MIN_SPRING_VERSION = "4.0.2.RELEASE";
static {
performVersionChecks();