Skip to content

Commit 05bdc83

Browse files
committed
add firebase dep
1 parent 83f9e36 commit 05bdc83

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • google-http-client-apache-v3

google-http-client-apache-v3/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@
9191
</exclusion>
9292
</exclusions>
9393
</dependency>
94+
<dependency>
95+
<groupId>com.google.firebase</groupId>
96+
<artifactId>firebase-admin</artifactId>
97+
<version>9.3.0</version>
98+
</dependency>
9499
<dependency>
95100
<groupId>junit</groupId>
96101
<artifactId>junit</artifactId>

0 commit comments

Comments
 (0)