This commit is contained in:
Alessandro Pieve 2017-05-11 15:30:59 +00:00
parent b587565545
commit 4f813c31e0
1 changed files with 5 additions and 1 deletions

View File

@ -83,7 +83,11 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>