Skip to content

Commit

Permalink
Remove azure-json pin (#4065)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Feb 11, 2025
1 parent c781cca commit b44f906
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions agent/agent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,5 @@ configurations {
// excluding unused dependencies for size (~1.8mb)
exclude("com.fasterxml.jackson.dataformat", "jackson-dataformat-xml")
exclude("com.fasterxml.woodstox", "woodstox-core")
// temporarily overriding version until latest azure-json is part of azure-core
resolutionStrategy.force("com.azure:azure-json:1.3.0")
}
}

0 comments on commit b44f906

Please sign in to comment.