From 3bf5bed514573768622c096109fe7900c8fb5099 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 27 Mar 2018 19:22:22 +0200 Subject: [PATCH] DATACASS-537 - Removed explicit declaration of Jackson libraries. --- spring-data-cassandra/pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-data-cassandra/pom.xml b/spring-data-cassandra/pom.xml index 590949d93..7fac3fde7 100644 --- a/spring-data-cassandra/pom.xml +++ b/spring-data-cassandra/pom.xml @@ -168,14 +168,12 @@ com.fasterxml.jackson.core jackson-core - ${jackson} test com.fasterxml.jackson.core jackson-databind - ${jackson} test