diff --git a/hermetic_build/library_generation/owlbot/templates/java_library/README.md b/hermetic_build/library_generation/owlbot/templates/java_library/README.md index 35b1b34492..65f3c09d32 100644 --- a/hermetic_build/library_generation/owlbot/templates/java_library/README.md +++ b/hermetic_build/library_generation/owlbot/templates/java_library/README.md @@ -36,7 +36,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: ``` If you are using Maven without the BOM, add this to your dependencies: -{% elif monorepo %} +{% elif monorepo and (group_id == "com.google.cloud" or group_id == "com.google.analytics" or group_id == "com.google.area120") %} If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: ```xml