Skip to content

Commit 2ea6704

Browse files
chore(deps): add grpc-google-common-protos to the bom (#144)
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
1 parent df7082b commit 2ea6704

File tree

1 file changed

+5
-0
lines changed
  • google-cloud-bigtable-deps-bom

1 file changed

+5
-0
lines changed

google-cloud-bigtable-deps-bom/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,11 @@
144144
<artifactId>proto-google-common-protos</artifactId>
145145
<version>${google.common-protos.version}</version>
146146
</dependency>
147+
<dependency>
148+
<groupId>com.google.api.grpc</groupId>
149+
<artifactId>grpc-google-common-protos</artifactId>
150+
<version>${google.common-protos.version}</version>
151+
</dependency>
147152
<dependency>
148153
<groupId>com.google.api.grpc</groupId>
149154
<artifactId>proto-google-iam-v1</artifactId>

0 commit comments

Comments
 (0)