upgrade to Hibernate 4.0.2.GA as the optional Bean Validation provider for integration tests

git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@998121 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2010-09-17 13:27:48 +00:00
parent 6148a2a932
commit 6d3368a6e0
1 changed files with 3 additions and 3 deletions

View File

@ -121,7 +121,7 @@
<dependency> <dependency>
<groupId>org.hibernate</groupId> <groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId> <artifactId>hibernate-validator</artifactId>
<version>4.0.0.GA</version> <version>4.0.2.GA</version>
<scope>test</scope> <scope>test</scope>
<exclusions> <exclusions>
<!-- force usage of the geronimo-jpa_2.0_spec --> <!-- force usage of the geronimo-jpa_2.0_spec -->
@ -152,8 +152,8 @@
<repositories> <repositories>
<repository> <repository>
<id>repository.jboss.org</id> <id>repository.jboss.org</id>
<name>JBoss Repository</name> <name>JBoss Nexus Repository</name>
<url>http://repository.jboss.org/maven2</url> <url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<layout>default</layout> <layout>default</layout>
<snapshots> <snapshots>
<enabled>false</enabled> <enabled>false</enabled>