File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 48
48
<commonslogging .version>1.2</commonslogging .version>
49
49
<commonstext .version>1.10.0</commonstext .version>
50
50
<fasterxml .version>2.15.3</fasterxml .version>
51
+ <google .cloud.storage.version>2.36.1</google .cloud.storage.version>
51
52
<google .httpclient.version>1.43.3</google .httpclient.version>
52
53
<gson .version>2.10.1</gson .version>
53
54
<guava .version>32.1.1-jre</guava .version>
88
89
<artifactId >aws-java-sdk-core</artifactId >
89
90
<version >${aws.version} </version >
90
91
</dependency >
92
+ <dependency >
93
+ <groupId >com.google.cloud</groupId >
94
+ <artifactId >google-cloud-storage</artifactId >
95
+ <version >${google.cloud.storage.version} </version >
96
+ </dependency >
91
97
<dependency >
92
98
<groupId >com.google.code.gson</groupId >
93
99
<artifactId >gson</artifactId >
158
164
<artifactId >snowflake-jdbc-thin</artifactId >
159
165
<version >${snowjdbc.version} </version >
160
166
<exclusions >
167
+ <exclusion >
168
+ <groupId >com.google.cloud</groupId >
169
+ <artifactId >google-cloud-storage</artifactId >
170
+ </exclusion >
161
171
<exclusion >
162
172
<groupId >com.google.errorprone</groupId >
163
173
<artifactId >error_prone_annotations</artifactId >
You can’t perform that action at this time.
0 commit comments