|
203 | 203 | <groupId>com.google.apis</groupId> |
204 | 204 | <artifactId>google-api-services-bigquery</artifactId> |
205 | 205 | <version>v2-rev167-1.19.0</version> |
| 206 | + <exclusions> |
| 207 | + <!-- Exclude an old version of guava which is being pulled |
| 208 | + in by a transitive dependency google-api-client 1.19.0 --> |
| 209 | + <exclusion> |
| 210 | + <groupId>com.google.guava</groupId> |
| 211 | + <artifactId>guava-jdk5</artifactId> |
| 212 | + </exclusion> |
| 213 | + </exclusions> |
206 | 214 | </dependency> |
207 | 215 |
|
208 | 216 | <dependency> |
209 | 217 | <groupId>com.google.apis</groupId> |
210 | 218 | <artifactId>google-api-services-compute</artifactId> |
211 | 219 | <version>v1-rev34-1.19.0</version> |
| 220 | + <exclusions> |
| 221 | + <!-- Exclude an old version of guava which is being pulled |
| 222 | + in by a transitive dependency google-api-client 1.19.0 --> |
| 223 | + <exclusion> |
| 224 | + <groupId>com.google.guava</groupId> |
| 225 | + <artifactId>guava-jdk5</artifactId> |
| 226 | + </exclusion> |
| 227 | + </exclusions> |
212 | 228 | </dependency> |
213 | 229 |
|
214 | 230 | <dependency> |
215 | 231 | <groupId>com.google.apis</groupId> |
216 | 232 | <artifactId>google-api-services-pubsub</artifactId> |
217 | 233 | <version>v1beta1-rev9-1.19.0</version> |
| 234 | + <exclusions> |
| 235 | + <!-- Exclude an old version of guava which is being pulled |
| 236 | + in by a transitive dependency google-api-client 1.19.0 --> |
| 237 | + <exclusion> |
| 238 | + <groupId>com.google.guava</groupId> |
| 239 | + <artifactId>guava-jdk5</artifactId> |
| 240 | + </exclusion> |
| 241 | + </exclusions> |
218 | 242 | </dependency> |
219 | 243 |
|
220 | 244 | <dependency> |
221 | 245 | <groupId>com.google.apis</groupId> |
222 | 246 | <artifactId>google-api-services-storage</artifactId> |
223 | 247 | <version>v1-rev11-1.19.0</version> |
| 248 | + <exclusions> |
| 249 | + <!-- Exclude an old version of guava which is being pulled |
| 250 | + in by a transitive dependency google-api-client 1.19.0 --> |
| 251 | + <exclusion> |
| 252 | + <groupId>com.google.guava</groupId> |
| 253 | + <artifactId>guava-jdk5</artifactId> |
| 254 | + </exclusion> |
| 255 | + </exclusions> |
224 | 256 | </dependency> |
225 | 257 |
|
226 | 258 | <dependency> |
227 | 259 | <groupId>com.google.http-client</groupId> |
228 | 260 | <artifactId>google-http-client-jackson2</artifactId> |
229 | 261 | <version>1.19.0</version> |
| 262 | + <exclusions> |
| 263 | + <!-- Exclude an old version of guava which is being pulled |
| 264 | + in by a transitive dependency google-api-client 1.19.0 --> |
| 265 | + <exclusion> |
| 266 | + <groupId>com.google.guava</groupId> |
| 267 | + <artifactId>guava-jdk5</artifactId> |
| 268 | + </exclusion> |
| 269 | + </exclusions> |
230 | 270 | </dependency> |
231 | 271 |
|
232 | 272 | <dependency> |
233 | 273 | <groupId>com.google.oauth-client</groupId> |
234 | 274 | <artifactId>google-oauth-client-java6</artifactId> |
235 | 275 | <version>1.19.0</version> |
| 276 | + <exclusions> |
| 277 | + <!-- Exclude an old version of guava which is being pulled |
| 278 | + in by a transitive dependency google-api-client 1.19.0 --> |
| 279 | + <exclusion> |
| 280 | + <groupId>com.google.guava</groupId> |
| 281 | + <artifactId>guava-jdk5</artifactId> |
| 282 | + </exclusion> |
| 283 | + </exclusions> |
236 | 284 | </dependency> |
237 | 285 |
|
238 | 286 | <dependency> |
239 | 287 | <groupId>com.google.apis</groupId> |
240 | 288 | <artifactId>google-api-services-datastore-protobuf</artifactId> |
241 | 289 | <version>v1beta2-rev1-2.1.0</version> |
| 290 | + <exclusions> |
| 291 | + <!-- Exclude an old version of guava which is being pulled |
| 292 | + in by a transitive dependency google-api-client 1.19.0 --> |
| 293 | + <exclusion> |
| 294 | + <groupId>com.google.guava</groupId> |
| 295 | + <artifactId>guava-jdk5</artifactId> |
| 296 | + </exclusion> |
| 297 | + </exclusions> |
242 | 298 | </dependency> |
243 | 299 |
|
244 | 300 | <dependency> |
|
0 commit comments