Skip to content

Commit e4f80f9

Browse files
llingllinggit
lling
authored andcommitted
Remove JCenter #1298 #1272
1 parent 2ff0a5e commit e4f80f9

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ subprojects {
2020
repositories {
2121
mavenLocal()
2222
mavenCentral()
23-
jcenter()
2423
maven { url "http://repo.maven.apache.org/maven2" }
2524
}
2625

marklogic-client-api/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
}
1414
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version:'4.7.2'
1515
implementation group: 'com.squareup.okhttp3', name: 'logging-interceptor', version:'4.7.2'
16-
implementation group: 'com.burgstaller', name: 'okhttp-digest', version:'2.3'
16+
implementation group: 'io.github.rburgst', name: 'okhttp-digest', version:'2.5'
1717
implementation group: 'com.sun.mail', name: 'javax.mail', version:'1.6.2'
1818
implementation group: 'javax.ws.rs', name: 'javax.ws.rs-api', version:'2.1.1'
1919
implementation group: 'org.slf4j', name: 'slf4j-api', version:'1.7.30'

ml-development-tools/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ plugins {
88

99
repositories {
1010
mavenLocal()
11-
jcenter()
1211
mavenCentral()
1312
maven { url 'http://developer.marklogic.com/maven2' }
1413
}

0 commit comments

Comments
 (0)