Skip to content

Commit

Permalink
spring-jcl provides c-l bridge
Browse files Browse the repository at this point in the history
verinice-veo#1116
  • Loading branch information
jochenkemnade committed Nov 22, 2024
1 parent 929128d commit 6fa913f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ dependencies {
runtimeOnly 'ch.qos.logback.contrib:logback-jackson:0.1.5'
}

// https://docs.spring.io/spring-framework/reference/core/spring-jcl.html#page-title
configurations.implementation {
exclude group: 'commons-logging'
}

spotbugs.excludeFilter = rootProject.file('misc/spotbugs/exclude.xml')
spotbugsTest.enabled = false
// write human readable report on normal builds
Expand Down

0 comments on commit 6fa913f

Please sign in to comment.