Skip to content

Instantly share code, notes, and snippets.

@deiga
Last active December 18, 2015 11:39
Show Gist options
  • Save deiga/5777350 to your computer and use it in GitHub Desktop.
Save deiga/5777350 to your computer and use it in GitHub Desktop.
Snippets for configuring Jackson2 and JodaTime DateTime serialisation
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
<version>2.2.2</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment