From 2b98dcd2af49d98e6249e94e09a530e42c4d0a3f Mon Sep 17 00:00:00 2001
From: Mic <misvy@vmware.com>
Date: Thu, 2 May 2013 12:28:43 +0800
Subject: [PATCH] migrated to Hibernate Validator 5.0.1 (see
 https://hibernate.atlassian.net/browse/HV-790)

---
 pom.xml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/pom.xml b/pom.xml
index 894f2594..4d3d52bc 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.0.Final</hibernate-validator.version>
+		<hibernate-validator.version>5.0.1.Final</hibernate-validator.version>
 
 		<!-- Database access -->
 		<commons-dbcp.version>1.4</commons-dbcp.version>
@@ -247,16 +247,6 @@
 			<groupId>org.hibernate</groupId>
 			<artifactId>hibernate-validator</artifactId>
 			<version>${hibernate-validator.version}</version>
-			<exclusions>
-				<exclusion>
-					<groupId>org.glassfish.web</groupId>
-					<artifactId>javax.el</artifactId>
-				</exclusion>
-				<exclusion>
-					<groupId>javax.el</groupId>
-					<artifactId>javax.el-api</artifactId>
-				</exclusion>
-			</exclusions>
 		</dependency>
 		<dependency>
 			<groupId>org.hibernate</groupId>
-- 
GitLab