Skip to content

Commit

Permalink
DIAC-600 removing deprecated reform jcenter (#407)
Browse files Browse the repository at this point in the history
* removing deprecated reform jcenter

* removing deprecated reform jcenter

* removing deprecated reform jcenter

* removing deprecated reform jcenter

* removing deprecated reform jcenter

* Try adding encoder dependency

---------

Co-authored-by: jpsolirius <[email protected]>
  • Loading branch information
nilay913 and jpsolirius authored Oct 8, 2024
1 parent bda62a4 commit 4fbda1a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
buildscript {
repositories {
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies {
classpath("org.yaml:snakeyaml:2.2")
Expand Down Expand Up @@ -264,7 +265,6 @@ dependencyManagement {

repositories {
mavenLocal()
jcenter()
mavenCentral()
maven { url "https://dl.bintray.com/hmcts/hmcts-maven" }
maven { url 'https://www.jitpack.io' }
Expand Down Expand Up @@ -311,7 +311,7 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-oauth2-resource-server'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-dependencies', version: 'Hoxton.SR4'

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') {
exclude group: "org.bouncycastle", module: "bcprov-jdk15on"
}
implementation(group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '3.1.8') {
Expand All @@ -325,10 +325,9 @@ dependencies {
}
implementation group: 'org.bouncycastle', name: 'bcprov-jdk18on', version: '1.74'
implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: '6.0.1'
implementation group: 'uk.gov.hmcts.reform', name: 'logging', version: '5.1.7'
implementation group: 'uk.gov.hmcts.reform', name: 'logging-appinsights', version: '5.1.7'
implementation group: 'com.github.hmcts.java-logging', name: 'logging-appinsights', version: '6.0.1'

implementation group: 'uk.gov.hmcts.reform.auth', name: 'auth-checker-lib', version: '2.1.4'
implementation group: 'com.github.hmcts', name: 'auth-checker-lib', version: '2.1.6'

implementation group: 'org.springdoc', name: 'springdoc-openapi-ui', version: versions.springDoc

Expand All @@ -346,6 +345,7 @@ dependencies {

implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.13'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.2.13'
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '8.0'

implementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.14.10'
implementation group: 'com.sun.xml.bind', name: 'jaxb-osgi', version: '2.3.9'
Expand Down

0 comments on commit 4fbda1a

Please sign in to comment.