의존성 정리

master
강석 최 2023-10-06 14:32:53 +09:00
parent 61fe872019
commit 99ce52a7b5
1 changed files with 5 additions and 3 deletions

View File

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