jackson-bom
jackson-bom copied to clipboard
Bill of materials POM for Jackson projects
As titled, this is on the same line as Scijava During the publication, Maven will run Gradle to generate the [Platform](https://docs.gradle.org/current/userguide/platforms.html) (Gradle counterpart for Maven BOM) and [Catalog](https://docs.gradle.org/current/userguide/version_catalogs.html)  The...
Gradle has a known issue when it comes to bom, it can't properly resolve dependency versions which have more than one layer of indirection In my case, that is `jackson.version.module.kotlin`...