mirror of https://github.com/apache/openjpa.git
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:
parent
6148a2a932
commit
6d3368a6e0
|
@ -121,7 +121,7 @@
|
|||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-validator</artifactId>
|
||||
<version>4.0.0.GA</version>
|
||||
<version>4.0.2.GA</version>
|
||||
<scope>test</scope>
|
||||
<exclusions>
|
||||
<!-- force usage of the geronimo-jpa_2.0_spec -->
|
||||
|
@ -152,8 +152,8 @@
|
|||
<repositories>
|
||||
<repository>
|
||||
<id>repository.jboss.org</id>
|
||||
<name>JBoss Repository</name>
|
||||
<url>http://repository.jboss.org/maven2</url>
|
||||
<name>JBoss Nexus Repository</name>
|
||||
<url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
|
||||
<layout>default</layout>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
|
|
Loading…
Reference in New Issue