jackson update

This commit is contained in:
Athou
2013-08-12 12:45:25 +02:00
parent 51ac16a9e1
commit 5b5d5cca1c
2 changed files with 41 additions and 6 deletions

View File

@@ -318,9 +318,9 @@
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.jaxrs</groupId>
<artifactId>jackson-jaxrs-json-provider</artifactId>
<version>2.1.4</version>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>