From d6b00603f0272ff0a1c1645a2cb3fa313f60212f Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Thu, 5 Mar 2015 13:42:12 +0100 Subject: [PATCH] [#54] Petclinic doesn't work with Java 8 See description in this issue here: https://github.com/spring-projects/spring-petclinic/issues/54 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e0ca8e9d0..1875625a4 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 2.2 1.2 - 7.0.30 + 7.0.47 2.2.7 @@ -435,7 +435,7 @@ org.apache.tomcat.maven tomcat7-maven-plugin - 2.0 + 2.2 tomcat-development-server 9966