mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:35:49 +00:00
currently reverting to hibernate validator 4.3.1.Final as there seems to be some issues with EL lib
This commit is contained in:
parent
2b98dcd2af
commit
9489b926ec
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -31,7 +31,7 @@
|
|||
<hibernate.version>4.1.11.Final</hibernate.version>
|
||||
|
||||
<!-- Bean validation -->
|
||||
<hibernate-validator.version>5.0.1.Final</hibernate-validator.version>
|
||||
<hibernate-validator.version>4.3.1.Final</hibernate-validator.version>
|
||||
|
||||
<!-- Database access -->
|
||||
<commons-dbcp.version>1.4</commons-dbcp.version>
|
||||
|
|
Loading…
Reference in a new issue