Skip to content

Commit

Permalink
Add dependency exclusion for jackson dataformat lib. The lib bundled …
Browse files Browse the repository at this point in the history
…in Rundeck should be used instead.
  • Loading branch information
sjrd218 committed Mar 11, 2021
1 parent ad8d530 commit f10d18b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ dependencies {
compile "org.slf4j:slf4j-api:1.7.30"
pluginLibs ('com.amazonaws:aws-java-sdk-s3:1.11.743') {
exclude group: "com.fasterxml.jackson.core"
exclude group: "com.fasterxml.jackson.dataformat"
}
pluginLibs ('com.amazonaws:aws-java-sdk-sts:1.11.743') {
exclude group: "com.fasterxml.jackson.core"
exclude group: "com.fasterxml.jackson.dataformat"
}

testCompile "org.codehaus.groovy:groovy-all:2.3.7"
Expand Down

0 comments on commit f10d18b

Please sign in to comment.