Skip to content

Commit

Permalink
deps: Remove gax-grpc from Compute (#9864)
Browse files Browse the repository at this point in the history
Remove gax-grpc from Compute as ProtobufMessageFeature is removed from gax-grpc, and static reflect-config.json are now generated. See https://togithub.com/googleapis/sdk-platform-java/issues/1323 for details.
  • Loading branch information
blakeli0 committed Sep 22, 2023
1 parent 848d53c commit e094b31
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions java-compute/google-cloud-compute/pom.xml
Expand Up @@ -34,14 +34,6 @@
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
</dependency>

<!-- gax-grpc brings in Protobuf reflection configurations which are needed
for native image compilation. -->
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
</dependency>

<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
Expand Down

0 comments on commit e094b31

Please sign in to comment.