File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ subprojects {
2020 repositories {
2121 mavenLocal()
2222 mavenCentral()
23+ jcenter()
2324 maven { url " http://repo.maven.apache.org/maven2" }
2425 }
2526
Original file line number Diff line number Diff 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 : ' io.github.rburgst ' , name : ' okhttp-digest' , version :' 2.5 '
16+ implementation group : ' com.burgstaller ' , name : ' okhttp-digest' , version :' 2.3 '
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'
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ plugins {
88
99repositories {
1010 mavenLocal()
11+ jcenter()
1112 mavenCentral()
1213 maven { url ' http://developer.marklogic.com/maven2' }
1314}
You can’t perform that action at this time.
0 commit comments