Skip to content

Commit

Permalink
chore(deps): add grpc-google-common-protos to the bom (#144)
Browse files Browse the repository at this point in the history
It's not used by this client, but this client uses proto-google-common-protos,
and the hbase adapter uses grpc-google-common-protos. So we will use the deps
bom to align the 2. Ideally we would use google-common-protos-bom, but that doesn't
exists
  • Loading branch information
igorbernstein2 committed Jan 9, 2020
1 parent df7082b commit 2ea6704
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google-cloud-bigtable-deps-bom/pom.xml
Expand Up @@ -144,6 +144,11 @@
<artifactId>proto-google-common-protos</artifactId>
<version>${google.common-protos.version}</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
<version>${google.common-protos.version}</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v1</artifactId>
Expand Down

0 comments on commit 2ea6704

Please sign in to comment.