Skip to content

Commit 7772ae7

Browse files
authored
Merge pull request #281 from marklogic/feature/java-client-update
Bumping to Java Client 7.0
2 parents 075cbf9 + 61c93c8 commit 7772ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
exclude module: "rocksdbjni"
4747
}
4848

49-
shadowDependencies ("com.marklogic:marklogic-client-api:7.0-SNAPSHOT") {
49+
shadowDependencies ("com.marklogic:marklogic-client-api:7.0.0") {
5050
// The Java Client uses Jackson 2.15.2; Scala 3.4.x does not yet support that and will throw the following error:
5151
// Scala module 2.14.2 requires Jackson Databind version >= 2.14.0 and < 2.15.0 - Found jackson-databind version 2.15.2
5252
// So the 4 Jackson modules are excluded to allow for Spark's to be used.

0 commit comments

Comments
 (0)