From 8f370fa6973afa069208de2592b760277871aec8 Mon Sep 17 00:00:00 2001 From: asafmahlev Date: Sun, 29 Sep 2024 13:30:32 +0300 Subject: [PATCH] Add httpcore --- ingest/pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ingest/pom.xml b/ingest/pom.xml index cf9d2401..a242ff83 100644 --- a/ingest/pom.xml +++ b/ingest/pom.xml @@ -204,11 +204,6 @@ - - org.apache.httpcomponents - httpcore - ${httpcore.version} - org.apache.httpcomponents httpclient @@ -254,6 +249,12 @@ ${junit.version} test + + org.apache.httpcomponents + httpcore + ${httpcore.version} + test + org.jetbrains annotations