We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d85bb commit 2b5632eCopy full SHA for 2b5632e
spring-boot-project/spring-boot-actuator/pom.xml
@@ -21,6 +21,10 @@
21
<groupId>org.springframework.boot</groupId>
22
<artifactId>spring-boot</artifactId>
23
</dependency>
24
+ <dependency>
25
+ <groupId>com.fasterxml.jackson.datatype</groupId>
26
+ <artifactId>jackson-datatype-jsr310</artifactId>
27
+ </dependency>
28
<!-- Optional -->
29
<dependency>
30
<groupId>com.fasterxml.jackson.core</groupId>
0 commit comments