From 99ce52a7b5aad3be9726c723ddc74984cefec64d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EC=84=9D=20=EC=B5=9C?= Date: Fri, 6 Oct 2023 14:32:53 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=98=EC=A1=B4=EC=84=B1=20=EC=A0=95?= =?UTF-8?q?=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 3c7f53e2..b946831f 100644 --- a/build.gradle +++ b/build.gradle @@ -12,6 +12,10 @@ configurations { compileOnly { extendsFrom annotationProcessor } + configureEach { + exclude group: 'ch.qos.logback', module: 'logback-classic' + exclude group: 'org.apache.logging.log4j', module: 'log4j-to-slf4j' + } } repositories { @@ -55,9 +59,7 @@ dependencies { implementation(group: 'org.egovframe.rte', name: 'org.egovframe.rte.ptl.mvc', version:'4.1.0') { exclude(module: 'commons-logging') } - implementation(group: 'org.egovframe.rte', name: 'org.egovframe.rte.fdl.cmmn', version:'4.1.0') { - exclude(module: 'commons-logging') - } + implementation group: 'org.egovframe.rte', name: 'org.egovframe.rte.fdl.cmmn', version:'4.1.0' // json implementation group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'