Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions marklogic-client-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ dependencies {
testImplementation 'org.apache.commons:commons-lang3:3.17.0'
testImplementation 'com.opencsv:opencsv:5.10'
testImplementation 'org.skyscreamer:jsonassert:1.5.3'

// Automatic loading of test framework implementation dependencies is deprecated.
// https://docs.gradle.org/current/userguide/upgrading_version_8.html#test_framework_implementation_dependencies
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.4")

}

// Ensure that mlHost and mlPassword can override the defaults of localhost/admin if they've been modified
Expand Down