From a0a1954a5874bf167d6f5d93da922e3e861468f1 Mon Sep 17 00:00:00 2001 From: eastargh Date: Sat, 15 Aug 2026 10:47:22 +0900 Subject: [PATCH] =?UTF-8?q?damo-manager=20lib=EC=97=90=20=ED=8F=AC?= =?UTF-8?q?=ED=95=A8=20&=20log-path=20=ED=99=98=EA=B2=BD=EB=B3=80=EC=88=98?= =?UTF-8?q?=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 5 ++--- src/main/resources/logback-dev.xml | 2 +- src/main/resources/logback-local.xml | 2 +- src/main/resources/logback.xml | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 8046b7e..39dcc8b 100644 --- a/build.gradle +++ b/build.gradle @@ -87,9 +87,8 @@ dependencies { //implementation project(':kjb-safedb') //implementation project(":eapim-admin-djb") - /* Custom Libs (damo-manager.jar 는 Tomcat lib 가 런타임 제공 → compileOnly, WAR 미포함) */ - implementation fileTree(dir: 'libs', include: ['*.jar'], exclude: ['damo-manager.jar']) - compileOnly files('libs/damo-manager.jar') + /* Custom Libs */ + implementation fileTree(dir: 'libs', include: ['*.jar']) //implementation "org.dom4j:dom4j:2.1.3" //implementation "com.rabbitmq:amqp-client:3.6.6" diff --git a/src/main/resources/logback-dev.xml b/src/main/resources/logback-dev.xml index 398746f..e1b96df 100644 --- a/src/main/resources/logback-dev.xml +++ b/src/main/resources/logback-dev.xml @@ -4,7 +4,7 @@ - + diff --git a/src/main/resources/logback-local.xml b/src/main/resources/logback-local.xml index 171928e..f6b250b 100644 --- a/src/main/resources/logback-local.xml +++ b/src/main/resources/logback-local.xml @@ -4,7 +4,7 @@ - + diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 7c40395..93eea71 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -4,7 +4,7 @@ - +