Remove separate netty-tcnative dependency management
Closes gh-29816
This commit is contained in:
parent
0e5a82522c
commit
d18f536bc8
|
@ -1318,14 +1318,6 @@ bom {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
library("Netty tcNative", "2.0.48.Final") {
|
|
||||||
group("io.netty") {
|
|
||||||
modules = [
|
|
||||||
"netty-tcnative",
|
|
||||||
"netty-tcnative-boringssl-static"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
library("OkHttp", "4.9.3") {
|
library("OkHttp", "4.9.3") {
|
||||||
group("com.squareup.okhttp3") {
|
group("com.squareup.okhttp3") {
|
||||||
modules = [
|
modules = [
|
||||||
|
|
Loading…
Reference in New Issue