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

@@ -45,7 +45,8 @@
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>com.springsource.javax.inject</artifactId>
<artifactId>javax.inject</artifactId>
<version>1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -63,7 +64,7 @@
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>1.0.CR3</version>
<version>1.0.GA</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -193,7 +194,7 @@
<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>