Skip to content

Commit

Permalink
Merge pull request #13 from rundeck-plugins/add-dep-exclude
Browse files Browse the repository at this point in the history
Add dependency exclusion for jackson dataformat lib.
  • Loading branch information
sjrd218 authored Mar 11, 2021
2 parents ad8d530 + f10d18b commit 91dc873
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 91dc873

Please sign in to comment.