Skip to content

Commit e829b92

Browse files
feat: add gRPC RLS dependency (#1248)
* feat: add gRPC RLS dependency * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent c1e195d commit e829b92

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

google-cloud-bigtable/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,16 @@
199199
<artifactId>grpc-grpclb</artifactId>
200200
<scope>runtime</scope>
201201
</dependency>
202+
<dependency>
203+
<groupId>io.grpc</groupId>
204+
<artifactId>grpc-googleapis</artifactId>
205+
<scope>runtime</scope>
206+
</dependency>
207+
<dependency>
208+
<groupId>io.grpc</groupId>
209+
<artifactId>grpc-rls</artifactId>
210+
<scope>runtime</scope>
211+
</dependency>
202212
<dependency>
203213
<groupId>io.grpc</groupId>
204214
<artifactId>grpc-netty-shaded</artifactId>

0 commit comments

Comments
 (0)