-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Create BOM for google-cloud-java #2307
Copy link
Copy link
Closed
Labels
api: coredependenciespriority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Example BOM:
Here is how Spring Cloud uses the BOM for their dependencies:
The work for us is the following:
- Extract dependencyManagement and pluginManagement to a dedicated pom.xml (e.g., artifact: google-cloud-java-bom)
- In the parent pom.xml, import the BOM
Then consumers can import the BOM too, instead of specifying individual versions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: coredependenciespriority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.