From e76b5597438e17b987efbd2defc6412b2787648a Mon Sep 17 00:00:00 2001 From: y-okumura-isp Date: Wed, 31 Mar 2021 21:39:59 +0900 Subject: [PATCH] Support tomcat 8.5 and jdk11 --- pom.xml | 16 +++++++++++++++- src/main/webapp/WEB-INF/web.xml | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 230906d1b..3463c50c5 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,21 @@ markedj 1.7.0 - + + javax.xml.bind + jaxb-api + 2.3.0 + + + javax.activation + activation + 1.1 + + + org.glassfish.jaxb + jaxb-runtime + 2.3.0-b170127.1453 + org.apache.tomcat.embed tomcat-embed-core diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 1934196e6..558e9c8e2 100644 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -3,7 +3,7 @@ + version="3.1" metadata-complete="false"> knowledge