Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
fix(privateca): include mixin protos as input for mixin rpcs (#315)
Browse files Browse the repository at this point in the history
* fix(privateca): include mixin protos as input for mixin rpcs

PiperOrigin-RevId: 410027433

Source-Link: googleapis/googleapis@61b3482

Source-Link: googleapis/googleapis-gen@3de4521
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2RlNDUyMTg3YzY4ODZiODFhMWJiN2FmNWM3MTY2MDFiMWY0NGEyMCJ9

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v2.5.1

* chore: add iam and common-protos dependencies

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Neenu1995 <neenushaji@google.com>
  • Loading branch information
3 people committed Dec 3, 2021
1 parent 6650af4 commit 842d5ef
Show file tree
Hide file tree
Showing 28 changed files with 1,515 additions and 5,661 deletions.
12 changes: 12 additions & 0 deletions google-cloud-security-private-ca/pom.xml
Expand Up @@ -41,6 +41,18 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-iam-v1</artifactId>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-iam-v1</artifactId>
</dependency>

<dependency>
<groupId>com.google.api.grpc</groupId>
Expand Down

0 comments on commit 842d5ef

Please sign in to comment.