Provide complete dependency management for Netty tcNative
Closes gh-30010
This commit is contained in:
parent
4073cf8334
commit
35e5b4329e
|
|
@ -1311,7 +1311,35 @@ bom {
|
||||||
group("io.netty") {
|
group("io.netty") {
|
||||||
modules = [
|
modules = [
|
||||||
"netty-tcnative",
|
"netty-tcnative",
|
||||||
"netty-tcnative-boringssl-static"
|
"netty-tcnative" {
|
||||||
|
classifier = "linux-aarch_64-fedora"
|
||||||
|
},
|
||||||
|
"netty-tcnative" {
|
||||||
|
classifier = "linux-x86_64"
|
||||||
|
},
|
||||||
|
"netty-tcnative" {
|
||||||
|
classifier = "linux-x86_64-fedora"
|
||||||
|
},
|
||||||
|
"netty-tcnative" {
|
||||||
|
classifier = "osx-x86_64"
|
||||||
|
},
|
||||||
|
"netty-tcnative-boringssl-static",
|
||||||
|
"netty-tcnative-boringssl-static" {
|
||||||
|
classifier = "linux-aarch_64"
|
||||||
|
},
|
||||||
|
"netty-tcnative-boringssl-static" {
|
||||||
|
classifier = "linux-x86_64"
|
||||||
|
},
|
||||||
|
"netty-tcnative-boringssl-static" {
|
||||||
|
classifier = "osx-aarch_64"
|
||||||
|
},
|
||||||
|
"netty-tcnative-boringssl-static" {
|
||||||
|
classifier = "osx-x86_64"
|
||||||
|
},
|
||||||
|
"netty-tcnative-boringssl-static" {
|
||||||
|
classifier = "windows-x86_64"
|
||||||
|
},
|
||||||
|
"netty-tcnative-classes"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue