The AWS SDK for Java - BOM module holds the dependency managements for individual java clients.
📦 Bill of Materials (BOMs)
BOMs are special artifacts that define dependency versions for a set of related artifacts.
Import a BOM in your project to manage consistent versions across related dependencies.
Platform bill of materials
Migrating to Spring Framework 5.2.x (https://github.com/spring-projects/spring-framework/wiki/Migrating-to-Spring-Framework-5.2)
It tracks closely latest iteration of Spring Boot 2.2.x
A BOM (Bill-of-Materials) which provides dependency management for all 3rd-arty artifacts used
by Bitbucket Pipelines.
3rd-party in this case means any code not maintained by the Pipelines team (including other
Atlassian code).
The anti-skew BOM (MAVEN_RELEASES.md): pins ONE coherent,
CI-verified version set of the inventory library artifacts. Consumers
import this instead of picking api/impl versions independently — only
combinations a build actually tested ...
Grails Micronaut BOM (Bill of Materials) for Grails projects integrating with Micronaut. Layers Micronaut-specific dependency overrides on top of grails-bom; consume as enforcedPlatform.
BOM to capture all standard controller service APIs and utils we want to make readily available to any nars that want to
leverage this common managed set of dependencies
BOM module to define common and cross cutting dependencies like Apache Commons-*, Bouncycastle, Netty etc..
These managed dependencies will be bundled into a 'nifi-standard-shared-nar' that can be a parent of child nars which
need ...