Skip to content

Commit

Permalink
Set transitive dependencies as false
Browse files Browse the repository at this point in the history
Signed-off-by: owaiskazi19 <owaiskazi19@gmail.com>
  • Loading branch information
owaiskazi19 committed Jul 7, 2023
1 parent b418ac7 commit 2588780
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion distribution/tools/plugin-cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ dependencies {
api "org.bouncycastle:bc-fips:1.0.2.3"
testImplementation project(":test:framework")
testImplementation 'com.google.jimfs:jimfs:1.2'
testRuntimeOnly 'com.google.guava:guava:32.1.1-jre'
testRuntimeOnly('com.google.guava:guava:32.1.1-jre') {
transitive = false
}

implementation 'org.apache.commons:commons-compress:1.23.0'
}
Expand Down

0 comments on commit 2588780

Please sign in to comment.