exceptionfactory commented on pull request #5899: URL: https://github.com/apache/nifi/pull/5899#issuecomment-1078522568
Thanks for putting together this improvement @MikeThomsen! Jackson 2 compatibility has remained solid for a number of releases, so moving to a common version seems like a good solution. As an adjustment to the approach, it seems like it would be better to use the `jackson-bom` dependency to ensure that all related Jackson 2 libraries have the same version. That also streamlines the dependency declarations in the root Maven configuration. As part of this change, it also looks like the `jackson.version` property could be removed from a number of modules. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
