Run gRPC tests with Netty instrumentation (#3166)
This commit is contained in:
parent
be6816489a
commit
698faac39d
|
@ -31,6 +31,8 @@ dependencies {
|
||||||
implementation project(':instrumentation:grpc-1.6:library')
|
implementation project(':instrumentation:grpc-1.6:library')
|
||||||
|
|
||||||
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}"
|
||||||
|
|
Loading…
Reference in New Issue