Skip to content

Commit

Permalink
Add jackson-annotations as maven dependencies to make jackson-datatyp…
Browse files Browse the repository at this point in the history
…e-json-org compile
  • Loading branch information
steinarb committed Sep 14, 2019
1 parent 79b99ea commit b7c6d9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ mainly to make it easier to upgrade code to Jackson, using automated conversions
</properties>

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<scope>provided</scope>
</dependency>
<!-- Extends Jackson mapper -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit b7c6d9e

Please sign in to comment.