android-interop-test: add mockito dependency

android-interop-test now needs explicit mockito dependency because of #5535
This commit is contained in:
ZHANG Dapeng 2019-04-03 10:07:18 -07:00 committed by GitHub
parent 3325881eae
commit 63d512ecb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ dependencies {
implementation 'io.grpc:grpc-stub:1.21.0-SNAPSHOT' // CURRENT_GRPC_VERSION implementation 'io.grpc:grpc-stub:1.21.0-SNAPSHOT' // CURRENT_GRPC_VERSION
implementation 'io.grpc:grpc-testing:1.21.0-SNAPSHOT' // CURRENT_GRPC_VERSION implementation 'io.grpc:grpc-testing:1.21.0-SNAPSHOT' // CURRENT_GRPC_VERSION
implementation 'org.mockito:mockito-core:2.25.1'
// workaround for https://github.com/google/protobuf/issues/1889 // workaround for https://github.com/google/protobuf/issues/1889
protobuf 'com.google.protobuf:protobuf-java:3.0.2' protobuf 'com.google.protobuf:protobuf-java:3.0.2'