File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,6 @@ dependencies {
9191configurations.all {
9292 // waiting for azure-identity to be bumped in the Azure SDK BOM
9393 resolutionStrategy.force(" com.azure:azure-identity:1.15.4" )
94- // waiting for json-smart:2.5.2 to be available as a transitive dependency of azure:azure-identity
95- resolutionStrategy.force(" net.minidev:json-smart:2.5.2" )
9694}
9795
9896configurations {
Original file line number Diff line number Diff line change @@ -224,7 +224,5 @@ configurations {
224224 exclude(" com.fasterxml.woodstox" , " woodstox-core" )
225225 // waiting for azure-identity to be bumped in the Azure SDK BOM
226226 resolutionStrategy.force(" com.azure:azure-identity:1.15.4" )
227- // waiting for json-smart:2.5.2 to be available as a transitive dependency of azure:azure-identity
228- resolutionStrategy.force(" net.minidev:json-smart:2.5.2" )
229227 }
230228}
You can’t perform that action at this time.
0 commit comments