From dadfdcd3694dd48bb9b049059f921ec3cb7e25fa Mon Sep 17 00:00:00 2001 From: Ajit Thakor Date: Mon, 11 Nov 2019 01:25:08 -0500 Subject: [PATCH] Reference libraries-bom in docs --- .../google-cloud-firestore/README.md | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/google-cloud-clients/google-cloud-firestore/README.md b/google-cloud-clients/google-cloud-firestore/README.md index 05a2133eb702..efe4ecd3202c 100644 --- a/google-cloud-clients/google-cloud-firestore/README.md +++ b/google-cloud-clients/google-cloud-firestore/README.md @@ -10,9 +10,27 @@ Google Cloud Java Client for Firestore Quickstart ---------- +If you are using Maven with a BOM, add this to your pom.xml file. +```xml + + + + com.google.cloud + libraries-bom + 2.8.0 + pom + import + + + + + com.google.cloud + google-cloud-firestore + +``` [//]: # ({x-version-update-start:google-cloud-firestore:released}) -If you are using Maven, add this to your pom.xml file +If you are using Maven without a BOM, add this to your dependencies. ```xml com.google.cloud