Skip to content

Commit

Permalink
fix: add google-cloud-firestore to bom (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWhitehead committed Jan 2, 2020
1 parent 7f80e44 commit b273a58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google-cloud-firestore-bom/pom.xml
Expand Up @@ -60,6 +60,11 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-firestore</artifactId>
<version>1.32.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-firestore:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-firestore-admin-v1</artifactId>
Expand Down

0 comments on commit b273a58

Please sign in to comment.