#BAEL-10229 try and fix the build (misspelled Jackson version)

This commit is contained in:
Alessio Stalla
2019-10-25 17:18:23 +02:00
parent 10c9a89f5e
commit 1e92058f40

View File

@@ -56,7 +56,7 @@
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-kotlin</artifactId>
<version>${jackson.version</version>
<version>${jackson.version}</version>
</dependency>
<!-- runtime and test scoped -->
<dependency>