From 313d36249948d91975da2c031edc0ac845220cbf Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 28 Jan 2025 13:25:39 -0800 Subject: [PATCH] Remove azure-json pin --- agent/agent-tooling/build.gradle.kts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/agent/agent-tooling/build.gradle.kts b/agent/agent-tooling/build.gradle.kts index ae180d3b14b..3b2d7efd9be 100644 --- a/agent/agent-tooling/build.gradle.kts +++ b/agent/agent-tooling/build.gradle.kts @@ -87,11 +87,6 @@ dependencies { testCompileOnly("com.google.code.findbugs:jsr305") } -configurations.all { - // temporarily overriding version until latest azure-json is part of azure-core - resolutionStrategy.force("com.azure:azure-json:1.3.0") -} - configurations { "implementation" { exclude(group = "net.bytebuddy", module = "byte-buddy") // we use byte-buddy-dep