의존성 정리
parent
61fe872019
commit
99ce52a7b5
|
|
@ -12,6 +12,10 @@ configurations {
|
||||||
compileOnly {
|
compileOnly {
|
||||||
extendsFrom annotationProcessor
|
extendsFrom annotationProcessor
|
||||||
}
|
}
|
||||||
|
configureEach {
|
||||||
|
exclude group: 'ch.qos.logback', module: 'logback-classic'
|
||||||
|
exclude group: 'org.apache.logging.log4j', module: 'log4j-to-slf4j'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|
@ -55,9 +59,7 @@ dependencies {
|
||||||
implementation(group: 'org.egovframe.rte', name: 'org.egovframe.rte.ptl.mvc', version:'4.1.0') {
|
implementation(group: 'org.egovframe.rte', name: 'org.egovframe.rte.ptl.mvc', version:'4.1.0') {
|
||||||
exclude(module: 'commons-logging')
|
exclude(module: 'commons-logging')
|
||||||
}
|
}
|
||||||
implementation(group: 'org.egovframe.rte', name: 'org.egovframe.rte.fdl.cmmn', version:'4.1.0') {
|
implementation group: 'org.egovframe.rte', name: 'org.egovframe.rte.fdl.cmmn', version:'4.1.0'
|
||||||
exclude(module: 'commons-logging')
|
|
||||||
}
|
|
||||||
|
|
||||||
// json
|
// json
|
||||||
implementation group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
|
implementation group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue