upgrade to latest jackson

This commit is contained in:
Shay Banon 2013-02-25 11:15:45 +01:00
parent 10ca4d5305
commit 358c0e35fb
1 changed files with 3 additions and 3 deletions

View File

@ -178,21 +178,21 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.1.1</version>
<version>2.1.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-smile</artifactId>
<version>2.1.1</version>
<version>2.1.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.1.1</version>
<version>2.1.3</version>
<scope>compile</scope>
</dependency>