jackson-bom icon indicating copy to clipboard operation
jackson-bom copied to clipboard

Bill of materials POM for Jackson projects

Results 3 jackson-bom issues
Sort by recently updated
recently updated
newest added

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) ![image](https://github.com/user-attachments/assets/0063d216-65fe-4c4e-9831-ba3c52a06518) 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`...