cloud-opensource-java
cloud-opensource-java copied to clipboard
JLBP-15 should show an example of how to use/import a BOM
JLBP-15 says:
Consumers of a multi-module library import the library’s BOM in their own
<dependencyManagement>section and omit the versions from the specific modules they import.
There should be an example showing details like using <scope>import</scope> and <type>pom</type>, or else at least a reference to other documentation of how to import a BOM (like this).