Skip to content

Commit

Permalink
Exclude Jackson module-info.class from shadowJar.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottfrederick committed Oct 17, 2019
1 parent a3c61d4 commit 77d303a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spring-cloud-cloudfoundry-connector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ shadowJar {
classifier = null
dependencies {
include dependency('com.fasterxml.jackson.core:jackson-.*')
exclude('module-info.class')
}
relocate 'com.fasterxml.jackson', 'org.springframework.cloud.cloudfoundry.com.fasterxml.jackson'
}
Expand Down

0 comments on commit 77d303a

Please sign in to comment.