Skip to content

Instantly share code, notes, and snippets.

@jlmc
Created August 19, 2016 01:17
Show Gist options
  • Save jlmc/70a510ab14f230ef9a654475a854bddd to your computer and use it in GitHub Desktop.
Save jlmc/70a510ab14f230ef9a654475a854bddd to your computer and use it in GitHub Desktop.
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.5.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.5.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.4</version>
<scope>provided</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment