mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-22 11:49:37 +00:00
migrated to Hibernate Validator 5.0.1 (see https://hibernate.atlassian.net/browse/HV-790)
This commit is contained in:
parent
a485521b6d
commit
2b98dcd2af
1 changed files with 1 additions and 11 deletions
12
pom.xml
12
pom.xml
|
@ -31,7 +31,7 @@
|
|||
<hibernate.version>4.1.11.Final</hibernate.version>
|
||||
|
||||
<!-- Bean validation -->
|
||||
<hibernate-validator.version>5.0.0.Final</hibernate-validator.version>
|
||||
<hibernate-validator.version>5.0.1.Final</hibernate-validator.version>
|
||||
|
||||
<!-- Database access -->
|
||||
<commons-dbcp.version>1.4</commons-dbcp.version>
|
||||
|
@ -247,16 +247,6 @@
|
|||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-validator</artifactId>
|
||||
<version>${hibernate-validator.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.glassfish.web</groupId>
|
||||
<artifactId>javax.el</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>javax.el</groupId>
|
||||
<artifactId>javax.el-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
|
|
Loading…
Reference in a new issue