From b0c827477b80ad8084c80d656b3ca153ba13fae7 Mon Sep 17 00:00:00 2001 From: anuragkumawat Date: Mon, 25 Oct 2021 16:35:06 +0530 Subject: [PATCH] Fixing HttpClientLiveTest --- libraries-http/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libraries-http/pom.xml b/libraries-http/pom.xml index 8eb6142c38..a00bb4bd39 100644 --- a/libraries-http/pom.xml +++ b/libraries-http/pom.xml @@ -94,6 +94,11 @@ jackson-databind ${jackson.version} + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + org.apache.httpcomponents httpclient