From 2b5632ec3e856cedca4def35ed203ad7e442bd88 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 21 May 2019 10:02:15 +0200 Subject: [PATCH] Polish "Add Duration support in /configprops endpoint" Closes gh-16539 --- spring-boot-project/spring-boot-actuator/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-project/spring-boot-actuator/pom.xml b/spring-boot-project/spring-boot-actuator/pom.xml index 4d26284b022..2cc3ada28f2 100644 --- a/spring-boot-project/spring-boot-actuator/pom.xml +++ b/spring-boot-project/spring-boot-actuator/pom.xml @@ -21,6 +21,10 @@ org.springframework.boot spring-boot + + com.fasterxml.jackson.datatype + jackson-datatype-jsr310 + com.fasterxml.jackson.core