Skip to content

Commit

Permalink
Fix Snyk Open Source check failing (#8642)
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Sheehy <[email protected]>
  • Loading branch information
steven-sheehy authored Jun 25, 2024
1 parent 3c76446 commit 51897a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/java-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ plugins {
}

configurations.all {
exclude(group = "com.github.jnr") // Unused and has licensing issues
exclude(group = "commons-logging", "commons-logging")
exclude(group = "org.slf4j", module = "slf4j-nop")
}
Expand Down

0 comments on commit 51897a4

Please sign in to comment.