DATAES-434 - Removed explicit declaration of Jackson library versions.

This commit is contained in:
Oliver Gierke 2018-03-27 19:37:41 +02:00
parent e50e5f9146
commit 6db756a233

View File

@ -102,12 +102,10 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId> <artifactId>jackson-core</artifactId>
<version>${jackson}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<version>${jackson}</version>
</dependency> </dependency>
<!-- CDI --> <!-- CDI -->