DATAREST-1219 - Removed explicit declaration of Jackson library versions.

This commit is contained in:
Oliver Gierke
2018-03-27 19:45:24 +02:00
parent c30f7b8cc0
commit dfd7f11edf
3 changed files with 0 additions and 8 deletions

View File

@@ -52,7 +52,6 @@
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-hibernate4</artifactId>
<version>${jackson}</version>
</dependency>
<dependency>

View File

@@ -31,13 +31,11 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson}</version>
</dependency>
<dependency>