From f220399f9a728d6ccb6a2f4de9ed804620f5256b Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Sun, 9 Sep 2018 09:19:35 +0200 Subject: [PATCH] Removed Jackson dependencies from pom file. --- pom.xml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/pom.xml b/pom.xml index 7137563..7d11d05 100644 --- a/pom.xml +++ b/pom.xml @@ -21,10 +21,6 @@ jar - - 2.9.6 - - org.apache.commons @@ -52,21 +48,6 @@ httpclient RELEASE - - com.fasterxml.jackson.core - jackson-core - ${jackson.version} - - - com.fasterxml.jackson.core - jackson-databind - ${jackson.version} - - - com.fasterxml.jackson.core - jackson-annotations - ${jackson.version} - org.kohsuke