Commit eac805d
committed
fix(gapic-bom): remove handwritten storage boms
Remove `google-cloud-nio-bom` and `google-cloud-storage-bom` from `gapic-libraries-bom/pom.xml`.
These are handwritten clients that should be added to `java-cloud-bom/google-cloud-bom/pom.xml` instead.
Since `java-storage` and `java-storage-nio` are in the Kokoro `excluded_modules` list,
their snapshot BOMs are not installed to the local `.m2` repository during CI installation steps.
When `CreateBomCanaryProject` validates `gapic-libraries-bom/pom.xml`, the failure to resolve
these imported snapshot BOMs caused Maven to report missing versions for their underlying jars.
This reverts their accidental inclusion introduced in commits:
- 1da80e6 (google-cloud-nio-bom)
- 5a4afb5 (google-cloud-storage-bom)1 parent c08d553 commit eac805d
1 file changed
+0
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
957 | 957 | | |
958 | 958 | | |
959 | 959 | | |
960 | | - | |
961 | | - | |
962 | | - | |
963 | | - | |
964 | | - | |
965 | | - | |
966 | | - | |
967 | 960 | | |
968 | 961 | | |
969 | 962 | | |
| |||
1270 | 1263 | | |
1271 | 1264 | | |
1272 | 1265 | | |
1273 | | - | |
1274 | | - | |
1275 | | - | |
1276 | | - | |
1277 | | - | |
1278 | | - | |
1279 | | - | |
1280 | 1266 | | |
1281 | 1267 | | |
1282 | 1268 | | |
| |||
0 commit comments