Skip to content

Commit

Permalink
fix(build): prevent slf4j to be included on shadowjar
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Apr 3, 2024
1 parent b2c2052 commit a1b56c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,8 @@ subprojects { Project subproject ->
archiveClassifier.set(null)
mergeServiceFiles()
dependencies {
exclude(dependency {
it.moduleGroup.startsWith("com.fasterxml.jackson")
})
exclude "com/fasterxml/jackson/**"
exclude "org/slf4j/**"
}
}
}
Expand Down

0 comments on commit a1b56c9

Please sign in to comment.