Skip to content

Commit

Permalink
Remove duplicate jackson-datatype-jsr310 dependency (#7338)
Browse files Browse the repository at this point in the history
  • Loading branch information
Edubits authored Sep 4, 2020
1 parent 662c77a commit 5e512e8
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,13 +243,6 @@
</dependency>

{{/withXml}}
{{#java8}}
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>${jackson-version}</version>
</dependency>
{{/java8}}
{{^java8}}
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
Expand Down

0 comments on commit 5e512e8

Please sign in to comment.