Skip to content

Commit 476e618

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: #7991 (comment) Other repositories declare the bom module correctly. Example: https://github.com/googleapis/java-accessapproval/blob/main/pom.xml#L116
1 parent 882f932 commit 476e618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java-accesscontextmanager/pom.xml

+1
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)