Skip to content
Snippets Groups Projects
Commit 3945cbae authored by michaelisvy's avatar michaelisvy
Browse files

Fixing #54

Petclinic doesn't work with Java 8
parent 271225c2
No related branches found
No related tags found
No related merge requests found
......@@ -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 -->
......@@ -396,7 +396,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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment