Skip to content

Commit 61c93c8

Browse files
committed
Bumping to Java Client 7.0
Not expecting any issues, as the 7.0-SNAPSHOT was basically the same as the now-final 7.0.0.
1 parent 8d45182 commit 61c93c8

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)