examples: alts transitively depends on netty-shaded etc

This commit is contained in:
ZHANG Dapeng 2018-12-12 12:34:33 -08:00 committed by GitHub
parent 0cf91e333b
commit b6da00d4f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -26,10 +26,8 @@ def grpcVersion = '1.18.0-SNAPSHOT' // CURRENT_GRPC_VERSION
def protocVersion = '3.5.1-1'
dependencies {
// grpc-alts transitively depends on grpc-netty-shaded, grpc-protobuf, and grpc-stub
implementation "io.grpc:grpc-alts:${grpcVersion}"
implementation "io.grpc:grpc-netty-shaded:${grpcVersion}"
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
implementation "io.grpc:grpc-stub:${grpcVersion}"
compileOnly "javax.annotation:javax.annotation-api:1.2"
}