Skip to content

Commit

Permalink
fix: commons-logging.jar 로그 제거 및 빌드 시 제외 (#843) (#845)
Browse files Browse the repository at this point in the history
fix: commons-logging.jar 로그 제거 및 빌드 시 제외
  • Loading branch information
seokjin8678 authored Apr 8, 2024
1 parent 0202b01 commit 1ee462d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ springBoot {
buildInfo()
}

configurations.all {
exclude(group = "commons-logging", module = "commons-logging")
}

val swaggerVersion = "2.0.2"
val restAssuredVersion = "5.3.0"
val jjwtVersion = "0.11.5"
Expand Down

0 comments on commit 1ee462d

Please sign in to comment.