netty: Use tcnative in tests instead of Jetty ALPN

I'm quite confused how we went this long using Jetty ALPN for the Netty
tests. Anyway, we strongly prefer tcnative, so we should be using it in
the tests.
This commit is contained in:
Eric Anderson 2017-02-24 16:40:05 -08:00
parent a9bd94781c
commit c415dc8d40
1 changed files with 1 additions and 4 deletions

View File

@ -7,11 +7,8 @@ dependencies {
// Tests depend on base class defined by core module.
testCompile project(':grpc-core').sourceSets.test.output,
project(':grpc-testing')
testRuntime libraries.netty_tcnative
signature "org.codehaus.mojo.signature:java17:+@signature"
}
test {
jvmArgs "-javaagent:" + configurations.alpnagent.asPath
}
javadoc.options.links 'http://netty.io/4.1/api/'