mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 00:42:12 +02:00
Update Netty version
This seems to fix the FOSS test timeout. Also use the static-linked netty-tcnative library in tests to ensure that OpenSSL provider is always available in tests. In production, we should use the dynamic-linked version to reduce binary footprint and relay on system OpenSSL library. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=208057173
This commit is contained in:
parent
801c8efbc1
commit
58e68db386
3 changed files with 42 additions and 27 deletions
|
@ -14,6 +14,9 @@ java_library(
|
|||
"testdata/*.xml",
|
||||
"quota/testdata/*.yaml",
|
||||
]),
|
||||
runtime_deps = [
|
||||
"@io_netty_tcnative_boringssl_static",
|
||||
],
|
||||
deps = [
|
||||
"//java/google/registry/proxy",
|
||||
"//java/google/registry/util",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue