DATAREDIS-721 - Use jackson version defined in parent pom.

Original Pull Request: #315
This commit is contained in:
Mark Paluch
2018-02-20 12:54:55 +01:00
committed by Christoph Strobl
parent f3ec8782cd
commit 2b094850a2

View File

@@ -114,12 +114,14 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson}</version>
<optional>true</optional>
</dependency>