Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Sandesh Kumar <[email protected]>
  • Loading branch information
sandeshkr419 committed Mar 20, 2024
1 parent d27d398 commit b701d91
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions distribution/tools/plugin-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,14 @@ dependencies {
testRuntimeOnly("com.google.guava:guava:${versions.guava}") {
transitive = false
}

api "commons-io:commons-io:2.15.1"
implementation "org.apache.commons:commons-compress:${versions.commonscompress}"
}

tasks.named("dependencyLicenses").configure {
mapping from: /bc.*/, to: 'bouncycastle'
}

dependencies {
api 'commons-io:commons-io:2.15.1'
}

test {
// TODO: find a way to add permissions for the tests in this module
systemProperty 'tests.security.manager', 'false'
Expand Down

0 comments on commit b701d91

Please sign in to comment.