build.gradle 수정.

master
강석 최 2023-09-21 17:29:09 +09:00
parent 37b237d793
commit 79c02ac701
1 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@ configurations {
compileOnly { compileOnly {
extendsFrom annotationProcessor extendsFrom annotationProcessor
} }
all { configureEach {
exclude group: 'ch.qos.logback', module: 'logback-classic' exclude group: 'ch.qos.logback', module: 'logback-classic'
exclude group: 'org.apache.logging.log4j', module: 'log4j-to-slf4j' exclude group: 'org.apache.logging.log4j', module: 'log4j-to-slf4j'
} }