Remove `jackson-datatype-jdk8` dependency for now

This dependency breaks Glassfish integration tests and was not strictly
required by #9297.
This commit is contained in:
Stephane Nicoll 2017-06-02 14:21:01 +02:00
parent 8c1820afe3
commit a6c01d3b30
1 changed files with 0 additions and 4 deletions

View File

@ -22,10 +22,6 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jdk8</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>