From ab886b82ea0d2ec2d7a8523e9c95244fa611770e Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 3 Dec 2012 19:59:09 +0100 Subject: [PATCH] Polish Gradle build script - fixed typo - spring-test-mvc now builds against Hibernate Validator 4.3 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 33ecf5e9965..032d3683674 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ configure(allprojects) { ext.aspectjVersion = '1.6.12' ext.hsqldbVersion='1.8.0.10' ext.junitVersion = '4.11.20120805.1225' // temporary use of snapshot; spring-test - // still builds against on 4.10 + // still builds against 4.10 ext.gradleScriptDir = "${rootProject.projectDir}/gradle" apply plugin: 'java' @@ -605,7 +605,7 @@ project('spring-test-mvc') { exclude group: 'com.sun.jmx', module: 'jmxri' } testCompile "javax.servlet:jstl:1.2" - testCompile "org.hibernate:hibernate-validator:4.2.0.Final" + testCompile "org.hibernate:hibernate-validator:4.3.0.Final" testCompile "org.codehaus.jackson:jackson-mapper-asl:1.4.2" testCompile project(":spring-oxm") testCompile "com.thoughtworks.xstream:xstream:1.3.1"