File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
marklogic-spark-connector Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,6 @@ subprojects {
3535
3636 repositories {
3737 mavenCentral()
38- maven {
39- url = " https://bed-artifactory.bedford.progress.com:443/artifactory/ml-maven-snapshots/"
40- }
4138 }
4239
4340 test {
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies {
4040 // This is compileOnly as Spark will provide its own copy at runtime.
4141 compileOnly " com.fasterxml.jackson.core:jackson-databind:2.19.0"
4242
43- implementation(" com.marklogic:marklogic-client-api:8.0-SNAPSHOT " ) {
43+ implementation(" com.marklogic:marklogic-client-api:8.0.0 " ) {
4444 // Need to use the versions of Jackson preferred by Spark.
4545 exclude group : " com.fasterxml.jackson.core"
4646 exclude group : " com.fasterxml.jackson.dataformat"
You can’t perform that action at this time.
0 commit comments