Skip to content

Commit 979ac86

Browse files
authored
chore(templates/java_library): close maven dependencies tag in bom snippet (#3106)
b/332619238
1 parent 9972e47 commit 979ac86

File tree

1 file changed

+1
-0
lines changed
  • library_generation/owlbot/templates/java_library

1 file changed

+1
-0
lines changed

library_generation/owlbot/templates/java_library/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
5757
<groupId>{{ group_id }}</groupId>
5858
<artifactId>{{ artifact_id }}</artifactId>
5959
</dependency>
60+
</dependencies>
6061
```
6162

6263
If you are using Maven without the BOM, add this to your dependencies:

0 commit comments

Comments
 (0)