From 9489b926eca11754b9dd7a4537a598f272eef66d Mon Sep 17 00:00:00 2001
From: Mic <misvy@vmware.com>
Date: Thu, 2 May 2013 18:03:32 +0800
Subject: [PATCH] currently reverting to hibernate validator 4.3.1.Final as
 there seems to be some issues with EL lib

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4d3d52bc..233a5b6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 		<hibernate.version>4.1.11.Final</hibernate.version>
 
 		<!-- Bean validation -->
-		<hibernate-validator.version>5.0.1.Final</hibernate-validator.version>
+		<hibernate-validator.version>4.3.1.Final</hibernate-validator.version>
 
 		<!-- Database access -->
 		<commons-dbcp.version>1.4</commons-dbcp.version>
-- 
GitLab