Skip to content

Commit

Permalink
feat: 경고 메시지 제거 #61
Browse files Browse the repository at this point in the history
  • Loading branch information
mungsil committed Nov 28, 2024
1 parent 74d4394 commit 1b7760a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ java {
}

configurations {
all {
exclude group: "commons-logging", module: "commons-logging"
exclude group: "org.slf4j", module: "slf4j-simple"
}
compileOnly {
extendsFrom annotationProcessor
}
Expand Down

0 comments on commit 1b7760a

Please sign in to comment.