mirror of https://github.com/grpc/grpc-java.git
rls: add guava dependency (#7008)
This commit is contained in:
parent
8e8477704a
commit
8b914ee114
|
|
@ -13,6 +13,7 @@ dependencies {
|
||||||
implementation project(':grpc-core'),
|
implementation project(':grpc-core'),
|
||||||
project(':grpc-protobuf'),
|
project(':grpc-protobuf'),
|
||||||
project(':grpc-stub')
|
project(':grpc-stub')
|
||||||
|
guavaDependency 'implementation'
|
||||||
compileOnly libraries.javax_annotation
|
compileOnly libraries.javax_annotation
|
||||||
testImplementation libraries.truth,
|
testImplementation libraries.truth,
|
||||||
project(':grpc-testing'),
|
project(':grpc-testing'),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue