mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
[#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:
parent
cc4ae966c6
commit
d6b00603f0
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue