We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jackson-datatype-jdk8
1 parent 8c1820a commit a6c01d3Copy full SHA for a6c01d3
spring-boot-starters/spring-boot-starter-json/pom.xml
@@ -22,10 +22,6 @@
22
<groupId>com.fasterxml.jackson.core</groupId>
23
<artifactId>jackson-databind</artifactId>
24
</dependency>
25
- <dependency>
26
- <groupId>com.fasterxml.jackson.datatype</groupId>
27
- <artifactId>jackson-datatype-jdk8</artifactId>
28
- </dependency>
29
<dependency>
30
<groupId>com.fasterxml.jackson.datatype</groupId>
31
<artifactId>jackson-datatype-jsr310</artifactId>
0 commit comments