Skip to content

Commit 56de795

Browse files
authored
Merge pull request #1802 from marklogic/feature/one-more-black-duck
MLE-12345 I will not rest until Black Duck is happy.
2 parents acb04cb + 4209947 commit 56de795

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ml-development-tools/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ dependencies {
2525

2626
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
2727

28-
// Needed for MarkLogicVersion class
28+
// We need the MarkLogicVersion class, but that has no dependencies and so we exclude all dependencies from
29+
// this, in particular to avoid vulnerabilities on Spring 5.x libraries.
2930
testImplementation ("com.marklogic:marklogic-junit5:1.5.0") {
30-
exclude module: "marklogic-client-api"
31+
transitive = false
3132
}
3233
}
3334

0 commit comments

Comments
 (0)