From 2bae3c676473febf7e4d5673cc68e5f50c9d810c Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Thu, 24 Mar 2022 22:25:05 +0000 Subject: [PATCH] Remove explictt dependency on jackson-databind Signed-off-by: Peter Nied --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index 65e5bd9650..afe43b9b49 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,6 @@ dependencies { implementation 'org.greenrobot:eventbus:3.2.0' implementation 'commons-cli:commons-cli:1.3.1' implementation 'org.bouncycastle:bcprov-jdk15on:1.67' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2' implementation 'org.slf4j:slf4j-api:1.7.32' implementation 'org.ldaptive:ldaptive:1.2.3' implementation 'org.apache.httpcomponents:httpclient-cache:4.5.13'