[#54] Petclinic doesn't work with Java 8

See description in this issue here:
https://github.com/spring-projects/spring-petclinic/issues/54
This commit is contained in:
Lukas Eder 2015-03-05 13:42:12 +01:00
parent cc4ae966c6
commit d6b00603f0

View file

@ -23,7 +23,7 @@
<!-- Java EE / Java SE dependencies -->
<jsp.version>2.2</jsp.version>
<jstl.version>1.2</jstl.version>
<tomcat.servlet.version>7.0.30</tomcat.servlet.version>
<tomcat.servlet.version>7.0.47</tomcat.servlet.version>
<jaxb-impl.version>2.2.7</jaxb-impl.version>
<!-- Hibernate / JPA -->
@ -435,7 +435,7 @@
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plugin</artifactId>
<version>2.0</version>
<version>2.2</version>
<configuration>
<server>tomcat-development-server</server>
<port>9966</port>