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.
1 parent 5ac668b commit f2d0cebCopy full SHA for f2d0ceb
marklogic-client-api/build.gradle
@@ -62,6 +62,9 @@ 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
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.12.2")
67
68
}
69
70
// Ensure that mlHost and mlPassword can override the defaults of localhost/admin if they've been modified
0 commit comments