Change version of Hibernate Validator to 4.0.2 in pom.xml and eclipse .classpath to agree with version in ivy.xml

This commit is contained in:
Mark Pollack
2010-03-23 16:44:46 +00:00
parent 4e7752c9ba
commit 1e388a894e
2 changed files with 39 additions and 40 deletions

View File

@@ -191,7 +191,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>
</dependency>
<dependency>