From 2278706e9a9d789e756ae88267239798cc74804a Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Fri, 28 Apr 2023 09:26:45 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EC=84=9C=EB=B8=94=EB=A6=BF=20?= =?UTF-8?q?=EB=B2=84=EC=A0=84=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 45 ++++++++++++++------------------- src/main/webapp/WEB-INF/web.xml | 14 +++++----- 2 files changed, 26 insertions(+), 33 deletions(-) diff --git a/pom.xml b/pom.xml index db8d828e..9510fcd3 100644 --- a/pom.xml +++ b/pom.xml @@ -206,6 +206,25 @@ + + javax.servlet + javax.servlet-api + 4.0.1 + provided + + + + javax.servlet.jsp + javax.servlet.jsp-api + 2.3.3 + provided + + + + javax.servlet + jstl + 1.2 + @@ -241,19 +260,6 @@ 3.1.0 - - javax.servlet - javax.servlet-api - 3.1.0 - provided - - - - javax.servlet - jstl - 1.2 - - commons-dbcp commons-dbcp @@ -364,14 +370,6 @@ - - - javax.servlet.jsp - jsp-api - 2.2 - provided - - com.ibm.icu icu4j @@ -887,11 +885,6 @@ - - - org.asciidoctor - asciidoctor-maven-plugin -