Skip to content

Commit

Permalink
Add jackson-annotations dependency to nflow-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
eputtone committed Nov 9, 2017
1 parent 743f16b commit fe598d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nflow-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
Expand Down

0 comments on commit fe598d2

Please sign in to comment.