Skip to content

Commit

Permalink
Fix gcp test.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-alhuang committed Apr 22, 2024
1 parent a96463c commit b58ce90
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<commonslogging.version>1.2</commonslogging.version>
<commonstext.version>1.10.0</commonstext.version>
<fasterxml.version>2.15.3</fasterxml.version>
<google.cloud.storage.version>2.36.1</google.cloud.storage.version>
<google.httpclient.version>1.43.3</google.httpclient.version>
<gson.version>2.10.1</gson.version>
<guava.version>32.1.1-jre</guava.version>
Expand Down Expand Up @@ -88,6 +89,11 @@
<artifactId>aws-java-sdk-core</artifactId>
<version>${aws.version}</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>${google.cloud.storage.version}</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
Expand Down Expand Up @@ -158,6 +164,10 @@
<artifactId>snowflake-jdbc-thin</artifactId>
<version>${snowjdbc.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
Expand Down

0 comments on commit b58ce90

Please sign in to comment.