Skip to content

Commit c811733

Browse files
lqiu96jonathanedey
andauthored
chore: Rearrange firebase admin pom deps (#1066)
Co-authored-by: Jonathan Edey <[email protected]>
1 parent 7b360f2 commit c811733

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

pom.xml

+4-11
Original file line numberDiff line numberDiff line change
@@ -389,18 +389,15 @@
389389
<type>pom</type>
390390
<scope>import</scope>
391391
</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>
399392
</dependencies>
400393
</dependencyManagement>
401394

402395
<dependencies>
403396
<!-- Google Cloud Platform dependencies -->
397+
<dependency>
398+
<groupId>com.google.auth</groupId>
399+
<artifactId>google-auth-library-oauth2-http</artifactId>
400+
</dependency>
404401
<dependency>
405402
<groupId>com.google.api-client</groupId>
406403
<artifactId>google-api-client</artifactId>
@@ -417,10 +414,6 @@
417414
<groupId>com.google.api</groupId>
418415
<artifactId>api-common</artifactId>
419416
</dependency>
420-
<dependency>
421-
<groupId>com.google.auth</groupId>
422-
<artifactId>google-auth-library-oauth2-http</artifactId>
423-
</dependency>
424417
<dependency>
425418
<groupId>com.google.cloud</groupId>
426419
<artifactId>google-cloud-storage</artifactId>

0 commit comments

Comments
 (0)