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.
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).
Bill of Materials for all Namazu Elements SDK modules. Import this BOM to get consistent,
compatible versions of all SDK artifacts without specifying individual versions.
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 ...