Skip to content

Commit

Permalink
Fix forbidden api error - part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
gargvishesh committed Dec 13, 2023
1 parent 8294a33 commit 9e08c84
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions integration-tests-ex/cases/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,18 @@
<artifactId>curator-client</artifactId>
<version>5.5.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.29.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>2.2.0</version>
<scope>provided</scope>
</dependency>

</dependencies>

Expand Down

0 comments on commit 9e08c84

Please sign in to comment.