Skip to content

Commit

Permalink
PP-7229 Remove unused jackson-datatype-joda dependency
Browse files Browse the repository at this point in the history
Remove jackson-datatype-joda dependency from the POM because it’s
not used.
  • Loading branch information
alexbishop1 committed Sep 29, 2020
1 parent a9a880e commit 0111a67
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,11 +265,6 @@
<artifactId>jackson-datatype-jdk8</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-base</artifactId>
Expand Down

0 comments on commit 0111a67

Please sign in to comment.