From 5252d9c1ec40105a3849248f4df5fbc4b34f108c Mon Sep 17 00:00:00 2001 From: David Syer Date: Tue, 20 Jul 2010 15:41:41 +0000 Subject: [PATCH] Fix hibernate-validatin version git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3490 50f2f4bb-b051-0410-bef5-90022cba6387 --- org.springframework.context/pom.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/org.springframework.context/pom.xml b/org.springframework.context/pom.xml index 008a00f96b0..cf0e00fba03 100644 --- a/org.springframework.context/pom.xml +++ b/org.springframework.context/pom.xml @@ -190,9 +190,20 @@ org.hibernate - hibernate-validator - 4.0.2.GA - test + com.springsource.org.hibernate.validator + 4.1.0.GA + coompile + true + + + javax.validation + com.springsource.javax.validation + + + org.slf4j + com.springsource.slf4j.api + + junit