Skip to content

Commit

Permalink
chore(templates/java_library): close maven dependencies tag in bom sn…
Browse files Browse the repository at this point in the history
…ippet (#3106)

b/332619238
  • Loading branch information
BenWhitehead authored and ldetmer committed Sep 17, 2024
1 parent c0c1ec5 commit d80ae9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library_generation/owlbot/templates/java_library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<groupId>{{ group_id }}</groupId>
<artifactId>{{ artifact_id }}</artifactId>
</dependency>
</dependencies>
```

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

0 comments on commit d80ae9c

Please sign in to comment.