OPENJPA-1347 Upgrade to Validation API 1.0.0.GA and Hibernate 4.0.0.GA for bean validation testing

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@824805 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Donald Woods 2009-10-13 15:26:41 +00:00
parent 4f5a9dd676
commit 8956f17824
1 changed files with 3 additions and 15 deletions

View File

@ -139,14 +139,14 @@
<dependency> <dependency>
<groupId>javax.validation</groupId> <groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId> <artifactId>validation-api</artifactId>
<version>1.0.CR5</version> <version>1.0.0.GA</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- Hibernate that implements 1.0.CR5 --> <!-- Hibernate that implements 1.0.0.GA -->
<dependency> <dependency>
<groupId>org.hibernate</groupId> <groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId> <artifactId>hibernate-validator</artifactId>
<version>4.0.0.CR1</version> <version>4.0.0.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 -->
@ -187,18 +187,6 @@
<enabled>true</enabled> <enabled>true</enabled>
</releases> </releases>
</repository> </repository>
<repository>
<id>snapshots.jboss.org</id>
<name>JBoss Repository</name>
<url>http://snapshots.jboss.org/maven2</url>
<layout>default</layout>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories> </repositories>
</profile> </profile>
</profiles> </profiles>