Skip to content

Commit

Permalink
review: exclude jul-to-slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
dimas-b committed Jan 9, 2025
1 parent 6d130d1 commit e50c564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ dependencies {
exclude("org.apache.logging.log4j", "log4j-slf4j2-impl")
exclude("org.apache.logging.log4j", "log4j-api")
exclude("org.apache.logging.log4j", "log4j-1.2-api")
exclude("org.slf4j", "jul-to-slf4j")
}

implementation(platform(libs.junit.bom))
Expand Down

0 comments on commit e50c564

Please sign in to comment.