Skip to content

Upgrade Snake YAML to 2.0 by importing dependencyManagement from first party libraries

David Diederich requested to merge upgrade-snakeyaml-with-imports into master

The intent of this MR is to upgrade Snake YAML to version 2.0, which closes #6.

The strategy here is to use pom imports from the core first party libraries in dependencyManagement section. This causes any dependencyManagement statements from core common, osm, oqm, or obm to take effect in this library as well. Notably, the one that overrides the Snake YAML version (rather than allowing Spring Boot to select it itself).

There could be other unintentional dependency changes as a result, and future changes to these first party library may take effect here as well -- unless specifically overridden.

This is One of Two Options

I have two different approaches to getting this library to link to SnakeYAML 2.0. The other is !80 (merged).

At most one of these should be merged. The other should be closed.

Edited by David Diederich

Merge request reports