Skip to content

Commit a72d8aa

Browse files
committed
remove json-smart pinning
1 parent e4bf7f5 commit a72d8aa

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

agent/agent-tooling/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ dependencies {
9191
configurations.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

9896
configurations {

agent/agent/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)