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

Commit 842d5ef

Browse files
fix(privateca): include mixin protos as input for mixin rpcs (#315)
* fix(privateca): include mixin protos as input for mixin rpcs PiperOrigin-RevId: 410027433 Source-Link: googleapis/googleapis@61b3482 Source-Link: https://github.com/googleapis/googleapis-gen/commit/3de452187c6886b81a1bb7af5c716601b1f44a20 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>
1 parent 6650af4 commit 842d5ef

28 files changed

Lines changed: 1515 additions & 5661 deletions

File tree

google-cloud-security-private-ca/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@
4141
<groupId>com.google.api.grpc</groupId>
4242
<artifactId>proto-google-common-protos</artifactId>
4343
</dependency>
44+
<dependency>
45+
<groupId>com.google.api.grpc</groupId>
46+
<artifactId>grpc-google-common-protos</artifactId>
47+
</dependency>
48+
<dependency>
49+
<groupId>com.google.api.grpc</groupId>
50+
<artifactId>proto-google-iam-v1</artifactId>
51+
</dependency>
52+
<dependency>
53+
<groupId>com.google.api.grpc</groupId>
54+
<artifactId>grpc-google-iam-v1</artifactId>
55+
</dependency>
4456

4557
<dependency>
4658
<groupId>com.google.api.grpc</groupId>

0 commit comments

Comments
 (0)