SpringBoot Remove duplicate com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency from spring-boot-actuator-autoconfigure
2025-01-06 18:41:43
224
22624 added a compile-scope dependency on com.fasterxml.jackson.datatype:jackson-datatype-jsr310 to spring-boot-actuator-autoconfigure but the dependency was already declared with runtime scope. We should remove one of them.