Run gRPC tests with Netty instrumentation (#3166)
This commit is contained in:
parent
be6816489a
commit
698faac39d
|
@ -32,6 +32,8 @@ dependencies {
|
||||||
|
|
||||||
library "io.grpc:grpc-core:${grpcVersion}"
|
library "io.grpc:grpc-core:${grpcVersion}"
|
||||||
|
|
||||||
|
testInstrumentation project(':instrumentation:netty:netty-4.1:javaagent')
|
||||||
|
|
||||||
testLibrary "io.grpc:grpc-netty:${grpcVersion}"
|
testLibrary "io.grpc:grpc-netty:${grpcVersion}"
|
||||||
testLibrary "io.grpc:grpc-protobuf:${grpcVersion}"
|
testLibrary "io.grpc:grpc-protobuf:${grpcVersion}"
|
||||||
testLibrary "io.grpc:grpc-services:${grpcVersion}"
|
testLibrary "io.grpc:grpc-services:${grpcVersion}"
|
||||||
|
|
Loading…
Reference in New Issue