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

Commit 2af19cd

Browse files
authored
fix: the bom module was missing in the root pom (#359)
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
1 parent 1761016 commit 2af19cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
<module>grpc-google-identity-accesscontextmanager-v1</module>
102102
<module>proto-google-identity-accesscontextmanager-v1</module>
103103
<module>proto-google-identity-accesscontextmanager-type</module>
104+
<module>google-identity-accesscontextmanager-bom</module>
104105
</modules>
105106

106107
<reporting>

0 commit comments

Comments
 (0)