|
388 | 388 | </plugins>
|
389 | 389 | </reporting>
|
390 | 390 |
|
| 391 | + <dependencyManagement> |
| 392 | + <dependencies> |
| 393 | + <dependency> |
| 394 | + <groupId>com.google.cloud</groupId> |
| 395 | + <artifactId>libraries-bom</artifactId> |
| 396 | + <version>8.0.0</version> |
| 397 | + <type>pom</type> |
| 398 | + <scope>import</scope> |
| 399 | + </dependency> |
| 400 | + <dependency> |
| 401 | + <groupId>com.google.api-client</groupId> |
| 402 | + <artifactId>google-api-client-bom</artifactId> |
| 403 | + <version>1.30.10</version> |
| 404 | + <type>pom</type> |
| 405 | + <scope>import</scope> |
| 406 | + </dependency> |
| 407 | + </dependencies> |
| 408 | + </dependencyManagement> |
| 409 | + |
391 | 410 | <dependencies>
|
392 | 411 | <!-- Google Cloud Platform dependencies -->
|
393 | 412 | <dependency>
|
394 | 413 | <groupId>com.google.api-client</groupId>
|
395 | 414 | <artifactId>google-api-client</artifactId>
|
396 |
| - <version>1.30.9</version> |
397 | 415 | </dependency>
|
398 | 416 | <dependency>
|
399 | 417 | <groupId>com.google.api-client</groupId>
|
400 | 418 | <artifactId>google-api-client-gson</artifactId>
|
401 |
| - <version>1.30.9</version> |
402 | 419 | </dependency>
|
403 | 420 | <dependency>
|
404 | 421 | <groupId>com.google.http-client</groupId>
|
405 | 422 | <artifactId>google-http-client</artifactId>
|
406 |
| - <version>1.35.0</version> |
407 | 423 | </dependency>
|
408 | 424 | <dependency>
|
409 | 425 | <groupId>com.google.api</groupId>
|
410 | 426 | <artifactId>api-common</artifactId>
|
411 |
| - <version>1.9.2</version> |
412 | 427 | </dependency>
|
413 | 428 | <dependency>
|
414 | 429 | <groupId>com.google.auth</groupId>
|
415 | 430 | <artifactId>google-auth-library-oauth2-http</artifactId>
|
416 |
| - <version>0.20.0</version> |
417 | 431 | </dependency>
|
418 | 432 | <dependency>
|
419 | 433 | <groupId>com.google.cloud</groupId>
|
420 | 434 | <artifactId>google-cloud-storage</artifactId>
|
421 |
| - <version>1.108.0</version> |
422 | 435 | </dependency>
|
423 | 436 | <dependency>
|
424 | 437 | <groupId>com.google.cloud</groupId>
|
425 | 438 | <artifactId>google-cloud-firestore</artifactId>
|
426 |
| - <version>1.34.0</version> |
427 | 439 | </dependency>
|
428 | 440 |
|
429 | 441 | <!-- Utilities -->
|
430 | 442 | <dependency>
|
431 | 443 | <groupId>com.google.guava</groupId>
|
432 | 444 | <artifactId>guava</artifactId>
|
433 |
| - <version>26.0-android</version> |
434 | 445 | </dependency>
|
435 | 446 | <dependency>
|
436 | 447 | <groupId>org.slf4j</groupId>
|
|
0 commit comments