-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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:
https://spring.io/blog/2016/09/26/spring-cloud-camden-release-and-brixton-sr6-are-available
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.
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.