Remove deprecated support for OkHTTP

Closes gh-42780
This commit is contained in:
Andy Wilkinson
2024-10-18 11:03:07 +01:00
parent 68ed4b1d4f
commit 6161ef7581
11 changed files with 11 additions and 245 deletions

View File

@@ -1441,13 +1441,6 @@ bom {
site("https://netty.io")
}
}
library("OkHttp", "4.12.0") {
group("com.squareup.okhttp3") {
imports = [
"okhttp-bom"
]
}
}
library("OpenTelemetry", "1.43.0") {
group("io.opentelemetry") {
imports = [