Skip to content

Commit 9d11327

Browse files
committed
MLE-24494 Using the just-published Java Client
Removed the internal Maven repo as we have no need for it for now.
1 parent a40e821 commit 9d11327

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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 {

marklogic-spark-connector/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)