mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
This commit harmonizes dependency declarations for Jackson in the actuator. Both Jackson and JSR 310 are back to optional in the core actuator module and mandatory when using the auto-configuration. Closes gh-22624