1
0
mirror of synced 2026-09-11 02:19:47 +00:00

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 734a28fb03
commit d50ae96c5e
-2
View File
@@ -102,12 +102,10 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson}</version>
</dependency>
<!-- CDI -->