We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c781cca commit b44f906Copy full SHA for b44f906
agent/agent/build.gradle.kts
@@ -222,7 +222,5 @@ configurations {
222
// excluding unused dependencies for size (~1.8mb)
223
exclude("com.fasterxml.jackson.dataformat", "jackson-dataformat-xml")
224
exclude("com.fasterxml.woodstox", "woodstox-core")
225
- // temporarily overriding version until latest azure-json is part of azure-core
226
- resolutionStrategy.force("com.azure:azure-json:1.3.0")
227
}
228
0 commit comments