Skip to content

Commit b44f906

Browse files
authored
Remove azure-json pin (#4065)
1 parent c781cca commit b44f906

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

agent/agent/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,5 @@ configurations {
222222
// excluding unused dependencies for size (~1.8mb)
223223
exclude("com.fasterxml.jackson.dataformat", "jackson-dataformat-xml")
224224
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")
227225
}
228226
}

0 commit comments

Comments
 (0)