Skip to content

Commit

Permalink
DTSCCI-916 Jcenter removal
Browse files Browse the repository at this point in the history
  • Loading branch information
AbuSalam22 committed Sep 23, 2024
1 parent 348f43c commit 1207322
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ repositories {
maven {
url "https://jitpack.io"
}
jcenter()
}

ext {
Expand Down Expand Up @@ -290,7 +289,7 @@ dependencies {
annotationProcessor "org.projectlombok:lombok-mapstruct-binding:0.2.0"
annotationProcessor "org.mapstruct:mapstruct-processor:${mapstructVersion}"

implementation group: 'uk.gov.hmcts.reform', name: 'service-auth-provider-client', version: '4.0.0'
implementation group: 'com.github.hmcts', name: 'service-auth-provider-java-client', version: '4.0.3'

}

Expand Down

0 comments on commit 1207322

Please sign in to comment.