Skip to content

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: #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 882f932 commit 476e618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java-accesscontextmanager/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 476e618

Please sign in to comment.