Skip to content

Commit a6c01d3

Browse files
committed
Remove jackson-datatype-jdk8 dependency for now
This dependency breaks Glassfish integration tests and was not strictly required by #9297.
1 parent 8c1820a commit a6c01d3

File tree

1 file changed

+0
-4
lines changed
  • spring-boot-starters/spring-boot-starter-json

1 file changed

+0
-4
lines changed

spring-boot-starters/spring-boot-starter-json/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@
2222
<groupId>com.fasterxml.jackson.core</groupId>
2323
<artifactId>jackson-databind</artifactId>
2424
</dependency>
25-
<dependency>
26-
<groupId>com.fasterxml.jackson.datatype</groupId>
27-
<artifactId>jackson-datatype-jdk8</artifactId>
28-
</dependency>
2925
<dependency>
3026
<groupId>com.fasterxml.jackson.datatype</groupId>
3127
<artifactId>jackson-datatype-jsr310</artifactId>

0 commit comments

Comments
 (0)