Skip to content

Commit

Permalink
build,protobuf: update google_api_protos dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ericgribkoff authored May 1, 2017
1 parent 8dc29f9 commit df69485
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ subprojects {
hpack: 'com.twitter:hpack:0.10.1',
jsr305: 'com.google.code.findbugs:jsr305:3.0.0',
oauth_client: 'com.google.auth:google-auth-library-oauth2-http:0.4.0',
google_api_protos: 'com.google.api.grpc:grpc-google-common-protos:0.1.6',
google_api_protos: 'com.google.api.grpc:proto-google-common-protos:0.1.9',
google_auth_credentials: 'com.google.auth:google-auth-library-credentials:0.4.0',
okhttp: 'com.squareup.okhttp:okhttp:2.5.0',
okio: 'com.squareup.okio:okio:1.6.0',
Expand Down
7 changes: 3 additions & 4 deletions protobuf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ dependencies {
libraries.protobuf_util

compile (libraries.google_api_protos) {
exclude group: 'io.grpc'
// 'com.google.api' transitively depends on 'com.google.auto.value:auto-value:1.1', which
// breaks our annotations.
exclude group: 'com.google.api'
// 'com.google.api:api-common' transitively depends on auto-value, which breaks our
// annotations.
exclude group: 'com.google.api', module: 'api-common'
}

compile (project(':grpc-protobuf-lite')) {
Expand Down

0 comments on commit df69485

Please sign in to comment.