Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
fix: the bom module was missing in the root pom (#359)
Browse files Browse the repository at this point in the history
The bom module was missing in the root pom. It caused build failure in another issue in google-cloud-java repository: googleapis/google-cloud-java#7991 (comment)

Other repositories declare the bom module correctly. Example: https://github.com/googleapis/java-accessapproval/blob/main/pom.xml#L116
  • Loading branch information
suztomo authored Jul 8, 2022
1 parent 1761016 commit 2af19cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@
<module>grpc-google-identity-accesscontextmanager-v1</module>
<module>proto-google-identity-accesscontextmanager-v1</module>
<module>proto-google-identity-accesscontextmanager-type</module>
<module>google-identity-accesscontextmanager-bom</module>
</modules>

<reporting>
Expand Down

0 comments on commit 2af19cd

Please sign in to comment.