Skip to content

Commit

Permalink
deps: Remove gax-grpc from Compute
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.
  • Loading branch information
blakeli0 authored Sep 21, 2023
1 parent da376e3 commit 4d577ff
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions java-compute/google-cloud-compute/pom.xml
Original file line number Diff line number Diff line change
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 4d577ff

Please sign in to comment.