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'