Skip to content

Commit 512d8fc

Browse files
committed
Add commons-io dependency in plugin-cli build.gradle
Signed-off-by: Sandesh Kumar <sandeshkr419@gmail.com>
1 parent 1cdb60e commit 512d8fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

distribution/tools/plugin-cli/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ tasks.named("dependencyLicenses").configure {
5252
mapping from: /bc.*/, to: 'bouncycastle'
5353
}
5454

55+
dependencies {
56+
api 'commons-io:commons-io:2.15.1'
57+
}
58+
5559
test {
5660
// TODO: find a way to add permissions for the tests in this module
5761
systemProperty 'tests.security.manager', 'false'

0 commit comments

Comments
 (0)