Skip to content

Commit

Permalink
add httpjson deps to gkeconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Nov 13, 2024
1 parent 8a1f2d4 commit 9d40211
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<artifactId>gax-httpjson</artifactId>
</dependency>

<!-- Test dependencies -->
Expand All @@ -73,7 +73,13 @@
<!-- Need testing utility classes for generated gRPC clients tests -->
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<artifactId>gax</artifactId>
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 9d40211

Please sign in to comment.