From 18d461a38a4baf45246430b1993ffea67a4a18ef Mon Sep 17 00:00:00 2001 From: Tri Nguyen Date: Thu, 14 Mar 2019 15:04:11 -0400 Subject: [PATCH] Set compiler version for jsp servlet to 1.7 --- src/main/webapp/WEB-INF/web.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index a926a74..42787f9 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -7,6 +7,18 @@ org.eclipse.jetty.servlet.Default.welcomeServlets exact + + jsp + org.apache.jasper.servlet.JspServlet + + compilerSourceVM + 1.7 + + + compilerTargetVM + 1.7 + + plantumlservlet net.sourceforge.plantuml.servlet.PlantUmlServlet