From 0abd323e892b407aa4f1db775629577cbe6df32e Mon Sep 17 00:00:00 2001 From: jungwon Date: Thu, 3 Mar 2022 13:53:44 +0900 Subject: [PATCH] =?UTF-8?q?javassist=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 7a65526..c6398a6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 + kr.co.mantech acc-webapp-mvn 0.0.1-SNAPSHOT @@ -33,7 +35,18 @@ 1.4.187 2.7.2 + ${basedir}/src/main/webapp/WEB-INF/lib + + + + + myrepo + local-repo + file://${project.basedir}/lib + + + @@ -147,7 +160,9 @@ - + + + - - + + javassist + javassist + 3.0 + + + +