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 @@ - +