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 190103e commit 24a704aCopy full SHA for 24a704a
agent/agent-tooling/build.gradle.kts
@@ -87,11 +87,6 @@ dependencies {
87
testCompileOnly("com.google.code.findbugs:jsr305")
88
}
89
90
-configurations.all {
91
- // temporarily overriding version until latest azure-json is part of azure-core
92
- resolutionStrategy.force("com.azure:azure-json:1.3.0")
93
-}
94
-
95
configurations {
96
"implementation" {
97
exclude(group = "net.bytebuddy", module = "byte-buddy") // we use byte-buddy-dep
0 commit comments