Skip to content

Commit

Permalink
Исключил commons-logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nivanchenko committed Jul 15, 2023
1 parent ac8f88b commit 643d8fd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ val isSnapshot = gitVersioning.gitVersionDetails.refType != GitRefType.TAG

val languageToolVersion = "6.1"

allprojects {
configurations {
all {
exclude(group = "commons-logging")
}
}
}

dependencyManagement {
imports {
mavenBom("io.sentry:sentry-bom:6.25.2")
Expand Down

0 comments on commit 643d8fd

Please sign in to comment.