-
Task
-
Resolution: Obsolete
-
Major
-
None
-
None
-
None
In case of com.fasterxml.jackson., the generated component matrix [1] does not mirror how the versions are managed in wildfly-parent. While there is a single property http://central.maven.org/maven2/org/wildfly/wildfly-component-matrix/13.0.0.Final/wildfly-component-matrix-13.0.0.Final.pom used for all com.fasterxml.jackson. artifacts in wildfly-parent, there are four of them in the generated component matrix: version.com.fasterxml.jackson.core, version.com.fasterxml.jackson.datatype, version.com.fasterxml.jackson.jaxrs, version.com.fasterxml.jackson.module
There should be just one property, because multiple properties open the possibility that their values could be different, although, as long as there is just one underlying property in wildfly-parent, they cannot.
I stumbled upon this because we have some consistency checks bound to the properties from WF BoM in WildFly Camel.