updated to final versions of JSR-330 and JSR-303 APIs

This commit is contained in:
Juergen Hoeller
2009-10-15 14:31:41 +00:00
parent b42cf25599
commit e99cda3739
11 changed files with 213 additions and 208 deletions

View File

@@ -280,13 +280,14 @@
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>com.springsource.javax.validation</artifactId>
<version>1.0.0.CR3</version>
<artifactId>validation-api</artifactId>
<version>1.0.GA</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>4.0.0.Beta2</version>
<version>4.0.0.GA</version>
<scope>test</scope>
</dependency>
<dependency>