From 06cc9b86aacd256d51c3d0b6f05391ea3cdd2dc0 Mon Sep 17 00:00:00 2001 From: ParkSeongMin Date: Wed, 28 Oct 2015 06:56:23 +0000 Subject: [PATCH] =?UTF-8?q?servlet-api=20provide=20=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20(=EB=82=B4=EB=B6=80=20=EC=BB=B4=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=20=EC=8B=9C=EC=A0=90=EC=97=90=EC=84=9C=EB=A7=8C=20=EC=82=AC?= =?UTF-8?q?=EC=9A=A9=ED=95=9C=EB=8B=A4.)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/pom.xml b/pom.xml index 0d06cc4..96b2c77 100644 --- a/pom.xml +++ b/pom.xml @@ -113,6 +113,12 @@ org.springmodules spring-modules-jakarta-commons 0.8a + + + javax.servlet + servlet-api + + @@ -120,6 +126,20 @@ commons-configuration 1.6 + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + + javax.servlet.jsp + javax.servlet.jsp-api + 2.2.1 + provided + @@ -174,6 +194,20 @@ 4.8.1 test + + + commons-io + commons-io + 2.4 + test + + + + xmlunit + xmlunit + 1.2 + test +