rls: add guava dependency (#7008)

This commit is contained in:
Jihun Cho 2020-05-05 13:53:08 -07:00 committed by GitHub
parent 8e8477704a
commit 8b914ee114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ dependencies {
implementation project(':grpc-core'),
project(':grpc-protobuf'),
project(':grpc-stub')
guavaDependency 'implementation'
compileOnly libraries.javax_annotation
testImplementation libraries.truth,
project(':grpc-testing'),