diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml b/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml index 35964f09d2e..2133973b541 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/pom.xml @@ -35,6 +35,10 @@ com.fasterxml.jackson.core jackson-databind + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + org.springframework spring-core diff --git a/spring-boot-project/spring-boot-actuator/pom.xml b/spring-boot-project/spring-boot-actuator/pom.xml index f4c501f20e9..3ab915617d0 100644 --- a/spring-boot-project/spring-boot-actuator/pom.xml +++ b/spring-boot-project/spring-boot-actuator/pom.xml @@ -26,16 +26,17 @@ org.springframework.boot spring-boot - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - com.fasterxml.jackson.core jackson-databind true + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + true + com.github.ben-manes.caffeine caffeine