Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
deps: adding gax-httpjson
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Jun 23, 2022
1 parent 8f1a9e8 commit 0e2c2cb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions google-cloud-resourcemanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
Expand Down Expand Up @@ -210,6 +214,12 @@
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 0e2c2cb

Please sign in to comment.