|
389 | 389 | <type>pom</type>
|
390 | 390 | <scope>import</scope>
|
391 | 391 | </dependency>
|
392 | | - <dependency> |
393 | | - <groupId>com.google.api-client</groupId> |
394 | | - <artifactId>google-api-client-bom</artifactId> |
395 | | - <version>2.7.2</version> |
396 | | - <type>pom</type> |
397 | | - <scope>import</scope> |
398 | | - </dependency> |
399 | 392 | </dependencies>
|
400 | 393 | </dependencyManagement>
|
401 | 394 |
|
402 | 395 | <dependencies>
|
403 | 396 | <!-- Google Cloud Platform dependencies -->
|
| 397 | + <dependency> |
| 398 | + <groupId>com.google.auth</groupId> |
| 399 | + <artifactId>google-auth-library-oauth2-http</artifactId> |
| 400 | + </dependency> |
404 | 401 | <dependency>
|
405 | 402 | <groupId>com.google.api-client</groupId>
|
406 | 403 | <artifactId>google-api-client</artifactId>
|
|
417 | 414 | <groupId>com.google.api</groupId>
|
418 | 415 | <artifactId>api-common</artifactId>
|
419 | 416 | </dependency>
|
420 | | - <dependency> |
421 | | - <groupId>com.google.auth</groupId> |
422 | | - <artifactId>google-auth-library-oauth2-http</artifactId> |
423 | | - </dependency> |
424 | 417 | <dependency>
|
425 | 418 | <groupId>com.google.cloud</groupId>
|
426 | 419 | <artifactId>google-cloud-storage</artifactId>
|
|
0 commit comments