Skip to content

Commit

Permalink
exclude jsch transitive dep
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Feb 12, 2025
1 parent 8320ef5 commit 9f42957
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ repositories {

dependencies {
pluginLibs libs.freemarker
implementation libs.rundeckCore
implementation(libs.rundeckCore) {
exclude(group: "com.jcraft")
}
}

// task to copy plugin libs to output/lib dir
Expand Down

0 comments on commit 9f42957

Please sign in to comment.