Skip to content

Commit

Permalink
feat: add gRPC RLS dependency (#1248)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
mohanli-ml and gcf-owl-bot[bot] authored Sep 21, 2022
1 parent c1e195d commit e829b92
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions google-cloud-bigtable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,16 @@
<artifactId>grpc-grpclb</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-googleapis</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-rls</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty-shaded</artifactId>
Expand Down

0 comments on commit e829b92

Please sign in to comment.