mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
migrating to Hibernate Validator 5.0.1 (currently not working with Tomcat 6)
This commit is contained in:
parent
c88e3d462a
commit
6893c18e4a
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -31,7 +31,7 @@
|
|||
<hibernate.version>4.1.11.Final</hibernate.version>
|
||||
|
||||
<!-- Bean validation -->
|
||||
<hibernate-validator.version>4.3.1.Final</hibernate-validator.version>
|
||||
<hibernate-validator.version>5.0.1.Final</hibernate-validator.version>
|
||||
|
||||
<!-- Database access -->
|
||||
<commons-dbcp.version>1.4</commons-dbcp.version>
|
||||
|
@ -424,7 +424,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.tomcat.maven</groupId>
|
||||
<artifactId>tomcat7-maven-plugin</artifactId>
|
||||
<version>2.0</version>
|
||||
<version>2.1</version>
|
||||
<configuration>
|
||||
<server>tomcat-development-server</server>
|
||||
<port>9966</port>
|
||||
|
|
Loading…
Reference in a new issue