Add swarm Version + jackson version

This commit is contained in:
Nicolas Héron 2018-10-29 16:40:10 +01:00
commit c90278d77b
20 changed files with 414 additions and 23 deletions

View file

@ -167,12 +167,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.3.5</version>
<version>2.8.9</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.3.5</version>
<version>2.8.9</version>
</dependency>
<dependency>