|
|
|
@ -190,9 +190,20 @@
@@ -190,9 +190,20 @@
|
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>org.hibernate</groupId> |
|
|
|
|
<artifactId>hibernate-validator</artifactId> |
|
|
|
|
<version>4.0.2.GA</version> |
|
|
|
|
<scope>test</scope> |
|
|
|
|
<artifactId>com.springsource.org.hibernate.validator</artifactId> |
|
|
|
|
<version>4.1.0.GA</version> |
|
|
|
|
<scope>coompile</scope> |
|
|
|
|
<optional>true</optional> |
|
|
|
|
<exclusions> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>javax.validation</groupId> |
|
|
|
|
<artifactId>com.springsource.javax.validation</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
<exclusion> |
|
|
|
|
<groupId>org.slf4j</groupId> |
|
|
|
|
<artifactId>com.springsource.slf4j.api</artifactId> |
|
|
|
|
</exclusion> |
|
|
|
|
</exclusions> |
|
|
|
|
</dependency> |
|
|
|
|
<dependency> |
|
|
|
|
<groupId>junit</groupId> |
|
|
|
|