Skip to content

Commit b58ce90

Browse files
Fix gcp test.
1 parent a96463c commit b58ce90

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
<commonslogging.version>1.2</commonslogging.version>
4949
<commonstext.version>1.10.0</commonstext.version>
5050
<fasterxml.version>2.15.3</fasterxml.version>
51+
<google.cloud.storage.version>2.36.1</google.cloud.storage.version>
5152
<google.httpclient.version>1.43.3</google.httpclient.version>
5253
<gson.version>2.10.1</gson.version>
5354
<guava.version>32.1.1-jre</guava.version>
@@ -88,6 +89,11 @@
8889
<artifactId>aws-java-sdk-core</artifactId>
8990
<version>${aws.version}</version>
9091
</dependency>
92+
<dependency>
93+
<groupId>com.google.cloud</groupId>
94+
<artifactId>google-cloud-storage</artifactId>
95+
<version>${google.cloud.storage.version}</version>
96+
</dependency>
9197
<dependency>
9298
<groupId>com.google.code.gson</groupId>
9399
<artifactId>gson</artifactId>
@@ -158,6 +164,10 @@
158164
<artifactId>snowflake-jdbc-thin</artifactId>
159165
<version>${snowjdbc.version}</version>
160166
<exclusions>
167+
<exclusion>
168+
<groupId>com.google.cloud</groupId>
169+
<artifactId>google-cloud-storage</artifactId>
170+
</exclusion>
161171
<exclusion>
162172
<groupId>com.google.errorprone</groupId>
163173
<artifactId>error_prone_annotations</artifactId>

0 commit comments

Comments
 (0)