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

@ -44,19 +44,19 @@
</build>
<dependencies>
<dependency>
<!--dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
</dependency-->
<dependency>
<groupId>com.pymmasoftware.jbpm</groupId>
<artifactId>drools-framework-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<!--dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
</dependency>
</dependency-->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>