Polish "Add Duration support in /configprops endpoint"

Closes gh-16539
This commit is contained in:
Stephane Nicoll 2019-05-21 10:02:15 +02:00
parent 47d85bb4fe
commit 2b5632ec3e
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
<!-- Optional -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>