From 5506723fef367557d83cf072d0c18020c049fcb8 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Fri, 24 Jul 2020 15:03:17 -0700 Subject: [PATCH] chore(java): default samples/snippets pom should not use libraries-bom (#694) We are now only adding clients to libraries-bom once the client is 1.0.0. Since this template is created at repository creation time, we don't want to include the libraries-bom installation method here. --- .../java_library/samples/snippets/pom.xml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/synthtool/gcp/templates/java_library/samples/snippets/pom.xml b/synthtool/gcp/templates/java_library/samples/snippets/pom.xml index 1c14e6ff3..31e3252d9 100644 --- a/synthtool/gcp/templates/java_library/samples/snippets/pom.xml +++ b/synthtool/gcp/templates/java_library/samples/snippets/pom.xml @@ -25,26 +25,13 @@ UTF-8 - - - - - - com.google.cloud - libraries-bom - {{ metadata['latest_bom_version'] }} - pom - import - - - - + {{ group_id }} {{ artifact_id }} + {{ metadata['latest_version'] }} - junit