Skip to content

Commit

Permalink
Merge pull request #981 from hmcts/DTSRD-3538_Fix_Branch_Pipelines_IT…
Browse files Browse the repository at this point in the history
…HC_Dummy_Var

DTSRD-3545 Fix Branch Pipelines - json-smart exclude
  • Loading branch information
mikebrownccd authored Oct 14, 2024
2 parents 9ec8c10 + 96e9940 commit 5d8a6e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,9 @@ dependencies {
implementation group: 'org.jetbrains', name: 'annotations', version: '13.0'
implementation group: 'javax.inject', name: 'javax.inject', version: '1'
implementation 'com.github.hmcts:idam-java-client:2.1.1'
implementation "org.springframework.boot:spring-boot-starter-oauth2-client"
implementation ('org.springframework.boot:spring-boot-starter-oauth2-client') {
exclude group: 'net.minidev', module: 'json-smart'
}
implementation "org.springframework.boot:spring-boot-starter-oauth2-resource-server"
implementation group: 'com.nimbusds', name: 'nimbus-jose-jwt', version: '9.41.2'
implementation group: 'org.flywaydb', name: 'flyway-core'
Expand Down

0 comments on commit 5d8a6e6

Please sign in to comment.