Skip to content

Commit eeee30b

Browse files
authored
fix: Importing GCP dependencies via official BOMs (#451)
* fix: Importing GCP dependencies via official BOMs * Upgraded api-client BOM to 1.30.10
1 parent f938b3b commit eeee30b

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

pom.xml

+19-8
Original file line numberDiff line numberDiff line change
@@ -388,49 +388,60 @@
388388
</plugins>
389389
</reporting>
390390

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+
391410
<dependencies>
392411
<!-- Google Cloud Platform dependencies -->
393412
<dependency>
394413
<groupId>com.google.api-client</groupId>
395414
<artifactId>google-api-client</artifactId>
396-
<version>1.30.9</version>
397415
</dependency>
398416
<dependency>
399417
<groupId>com.google.api-client</groupId>
400418
<artifactId>google-api-client-gson</artifactId>
401-
<version>1.30.9</version>
402419
</dependency>
403420
<dependency>
404421
<groupId>com.google.http-client</groupId>
405422
<artifactId>google-http-client</artifactId>
406-
<version>1.35.0</version>
407423
</dependency>
408424
<dependency>
409425
<groupId>com.google.api</groupId>
410426
<artifactId>api-common</artifactId>
411-
<version>1.9.2</version>
412427
</dependency>
413428
<dependency>
414429
<groupId>com.google.auth</groupId>
415430
<artifactId>google-auth-library-oauth2-http</artifactId>
416-
<version>0.20.0</version>
417431
</dependency>
418432
<dependency>
419433
<groupId>com.google.cloud</groupId>
420434
<artifactId>google-cloud-storage</artifactId>
421-
<version>1.108.0</version>
422435
</dependency>
423436
<dependency>
424437
<groupId>com.google.cloud</groupId>
425438
<artifactId>google-cloud-firestore</artifactId>
426-
<version>1.34.0</version>
427439
</dependency>
428440

429441
<!-- Utilities -->
430442
<dependency>
431443
<groupId>com.google.guava</groupId>
432444
<artifactId>guava</artifactId>
433-
<version>26.0-android</version>
434445
</dependency>
435446
<dependency>
436447
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)