We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ac668b + c6c2391 commit 55c80faCopy full SHA for 55c80fa
marklogic-client-api/build.gradle
@@ -62,6 +62,11 @@ dependencies {
62
testImplementation 'org.apache.commons:commons-lang3:3.17.0'
63
testImplementation 'com.opencsv:opencsv:5.10'
64
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
65
+
66
+ // Automatic loading of test framework implementation dependencies is deprecated.
67
+ // https://docs.gradle.org/current/userguide/upgrading_version_8.html#test_framework_implementation_dependencies
68
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")
69
70
}
71
72
// Ensure that mlHost and mlPassword can override the defaults of localhost/admin if they've been modified
0 commit comments