mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
upgrading version of HIbernate Validator
But didn't upgrade to the latest due to an incompatibility with Tomcat 6.x.
This commit is contained in:
parent
bd0ffc1bed
commit
94109017de
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -28,10 +28,10 @@
|
||||||
<jaxb-impl.version>2.2.7-b63</jaxb-impl.version>
|
<jaxb-impl.version>2.2.7-b63</jaxb-impl.version>
|
||||||
|
|
||||||
<!-- Hibernate / JPA -->
|
<!-- Hibernate / JPA -->
|
||||||
<hibernate.version>4.1.9.Final</hibernate.version>
|
<hibernate.version>4.1.11.Final</hibernate.version>
|
||||||
|
|
||||||
<!-- Bean validation -->
|
<!-- Bean validation -->
|
||||||
<hibernate-validator.version>4.3.0.Final</hibernate-validator.version>
|
<hibernate-validator.version>4.3.1.Final</hibernate-validator.version>
|
||||||
|
|
||||||
<!-- Database access -->
|
<!-- Database access -->
|
||||||
<commons-dbcp.version>1.4</commons-dbcp.version>
|
<commons-dbcp.version>1.4</commons-dbcp.version>
|
||||||
|
|
Loading…
Reference in a new issue