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 075cbf9 + 61c93c8 commit 7772ae7Copy full SHA for 7772ae7
build.gradle
@@ -46,7 +46,7 @@ dependencies {
46
exclude module: "rocksdbjni"
47
}
48
49
- shadowDependencies ("com.marklogic:marklogic-client-api:7.0-SNAPSHOT") {
+ shadowDependencies ("com.marklogic:marklogic-client-api:7.0.0") {
50
// The Java Client uses Jackson 2.15.2; Scala 3.4.x does not yet support that and will throw the following error:
51
// Scala module 2.14.2 requires Jackson Databind version >= 2.14.0 and < 2.15.0 - Found jackson-databind version 2.15.2
52
// So the 4 Jackson modules are excluded to allow for Spark's to be used.
0 commit comments