From 979ac86c974897e2c24addd704ec8164e5a50956 Mon Sep 17 00:00:00 2001 From: BenWhitehead Date: Wed, 28 Aug 2024 12:38:50 -0400 Subject: [PATCH] chore(templates/java_library): close maven dependencies tag in bom snippet (#3106) b/332619238 --- library_generation/owlbot/templates/java_library/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/library_generation/owlbot/templates/java_library/README.md b/library_generation/owlbot/templates/java_library/README.md index 21091251c0..ef1e8ec7cd 100644 --- a/library_generation/owlbot/templates/java_library/README.md +++ b/library_generation/owlbot/templates/java_library/README.md @@ -57,6 +57,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: {{ group_id }} {{ artifact_id }} + ``` If you are using Maven without the BOM, add this to your dependencies: