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 (googleapis#3106)

b/332619238
  • Loading branch information
BenWhitehead authored Aug 28, 2024
1 parent 9972e47 commit 979ac86
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 979ac86

Please sign in to comment.