Skip to content

Commit 2b5632e

Browse files
committed
Polish "Add Duration support in /configprops endpoint"
Closes gh-16539
1 parent 47d85bb commit 2b5632e

File tree

1 file changed

+4
-0
lines changed
  • spring-boot-project/spring-boot-actuator

1 file changed

+4
-0
lines changed

spring-boot-project/spring-boot-actuator/pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<groupId>org.springframework.boot</groupId>
2222
<artifactId>spring-boot</artifactId>
2323
</dependency>
24+
<dependency>
25+
<groupId>com.fasterxml.jackson.datatype</groupId>
26+
<artifactId>jackson-datatype-jsr310</artifactId>
27+
</dependency>
2428
<!-- Optional -->
2529
<dependency>
2630
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)