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

Commit 3764ef6

Browse files
feat: Artifact Registry v1 public protos (#159)
* feat: Artifact Registry v1 public protos Committer: @alexander-fenster PiperOrigin-RevId: 398316447 Source-Link: googleapis/googleapis@6d40da4 Source-Link: https://github.com/googleapis/googleapis-gen/commit/95ac2d4027c540ddbde94986555f8f84a443e723 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTVhYzJkNDAyN2M1NDBkZGJkZTk0OTg2NTU1ZjhmODRhNDQzZTcyMyJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Remove unused dependency Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Chanseok Oh <chanseok@google.com>
1 parent 27329b3 commit 3764ef6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+14506
-0
lines changed

google-cloud-artifact-registry-bom/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,21 @@
6363
<artifactId>grpc-google-cloud-artifact-registry-v1beta2</artifactId>
6464
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1beta2:current} -->
6565
</dependency>
66+
<dependency>
67+
<groupId>com.google.api.grpc</groupId>
68+
<artifactId>grpc-google-cloud-artifact-registry-v1</artifactId>
69+
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-artifact-registry-v1:current} -->
70+
</dependency>
6671
<dependency>
6772
<groupId>com.google.api.grpc</groupId>
6873
<artifactId>proto-google-cloud-artifact-registry-v1beta2</artifactId>
6974
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1beta2:current} -->
7075
</dependency>
76+
<dependency>
77+
<groupId>com.google.api.grpc</groupId>
78+
<artifactId>proto-google-cloud-artifact-registry-v1</artifactId>
79+
<version>0.4.4-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-artifact-registry-v1:current} -->
80+
</dependency>
7181
</dependencies>
7282
</dependencyManagement>
7383

google-cloud-artifact-registry/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
<artifactId>proto-google-common-protos</artifactId>
4343
</dependency>
4444

45+
<dependency>
46+
<groupId>com.google.api.grpc</groupId>
47+
<artifactId>proto-google-cloud-artifact-registry-v1</artifactId>
48+
</dependency>
4549
<dependency>
4650
<groupId>com.google.api.grpc</groupId>
4751
<artifactId>proto-google-cloud-artifact-registry-v1beta2</artifactId>
@@ -80,6 +84,11 @@
8084
<artifactId>grpc-google-cloud-artifact-registry-v1beta2</artifactId>
8185
<scope>test</scope>
8286
</dependency>
87+
<dependency>
88+
<groupId>com.google.api.grpc</groupId>
89+
<artifactId>grpc-google-cloud-artifact-registry-v1</artifactId>
90+
<scope>test</scope>
91+
</dependency>
8392
<!-- Need testing utility classes for generated gRPC clients tests -->
8493
<dependency>
8594
<groupId>com.google.api</groupId>

0 commit comments

Comments
 (0)