aboutsummaryrefslogtreecommitdiff
path: root/protobuf
diff options
context:
space:
mode:
Diffstat (limited to 'protobuf')
-rw-r--r--protobuf/build.gradle11
1 files changed, 9 insertions, 2 deletions
diff --git a/protobuf/build.gradle b/protobuf/build.gradle
index abb2bc7a8..31f4f3c3d 100644
--- a/protobuf/build.gradle
+++ b/protobuf/build.gradle
@@ -10,8 +10,15 @@ buildscript {
dependencies {
compile project(':grpc-core'),
- libraries.protobuf,
- libraries.guava
+ libraries.protobuf
+ compile (libraries.guava) {
+ // prefer 2.2.0 from libraries instead of 2.1.3
+ exclude group: 'com.google.errorprone', module: 'error_prone_annotations'
+ // prefer 3.0.2 from libraries instead of 3.0.1
+ exclude group: 'com.google.code.findbugs', module: 'jsr305'
+ // prefer 1.17 from libraries instead of 1.14
+ exclude group: 'org.codehaus.mojo', module: 'animal-sniffer-annotations'
+ }
compile (libraries.google_api_protos) {
// 'com.google.api:api-common' transitively depends on auto-value, which breaks our