Skip to content

Commit

Permalink
fix(build): exclude jackson from shadowJar
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Sep 22, 2023
1 parent 29df9e9 commit 7850387
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 @@ -132,6 +132,11 @@ pom {
shadowJar {
archiveClassifier.set(null)
mergeServiceFiles()
dependencies {
exclude(dependency {
it.moduleGroup.startsWith("com.fasterxml.jackson")
})
}
}

github {
Expand Down

0 comments on commit 7850387

Please sign in to comment.