DATAREDIS-617 - Remove dependency to org.codehaus.jackson.

Remove already deprecated jackson 1 dependency and related RedisSerializer / HashMapper implementations.

Original pull request: #240.
This commit is contained in:
Christoph Strobl
2017-03-10 17:03:49 +01:00
committed by Mark Paluch
parent 202bee64a2
commit f8eb3134e2
12 changed files with 10 additions and 296 deletions

View File

@@ -94,13 +94,6 @@
<!--Mapper -->
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.8.8</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>