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:
jianglai 2018-08-09 09:04:56 -07:00
parent 801c8efbc1
commit 58e68db386
3 changed files with 42 additions and 27 deletions

View file

@ -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",