From baba9f5ea8321d855014ac78b83310c2e68d8d7c Mon Sep 17 00:00:00 2001 From: Hardy Ferentschik Date: Fri, 2 Jul 2010 08:54:15 +0000 Subject: [PATCH] HHH-5317 Updated the hibernate-validator dependency to 4.1.0.Final. Added a profile to EM which will add the jaxb classes in case the build is using java 5. HV 4.1.0.Final now uses the provided scope for the jaxb depdencies git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@19890 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- entitymanager/pom.xml | 20 ++++++++++++++++++++ parent/pom.xml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/entitymanager/pom.xml b/entitymanager/pom.xml index c0b5013fba..cc5d63f27a 100644 --- a/entitymanager/pom.xml +++ b/entitymanager/pom.xml @@ -198,5 +198,25 @@ + + jaxb + + 1.5 + + + + javax.xml.bind + jaxb-api + 2.1 + test + + + com.sun.xml.bind + jaxb-impl + 2.1.3 + test + + + diff --git a/parent/pom.xml b/parent/pom.xml index b926e13069..ef0361764e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -537,7 +537,7 @@ org.hibernate hibernate-validator - 4.0.2.GA + 4.1.0.Final com.h2database