From 02556187a34e56023471db24a57b74d7999384a5 Mon Sep 17 00:00:00 2001 From: michaelabuckley Date: Thu, 6 Apr 2023 15:42:29 -0400 Subject: [PATCH] Fix versions of httpcore-osgi and httpcore-nio to match httpcore (#4720) Declare versions of httpcore-osgi and httpcore-nio to match httpcore. --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pom.xml b/pom.xml index 7f13ca7ea0d..276c7632cbb 100644 --- a/pom.xml +++ b/pom.xml @@ -1471,6 +1471,16 @@ httpcore ${httpcore_version} + + org.apache.httpcomponents + httpcore-osgi + ${httpcore_version} + + + org.apache.httpcomponents + httpcore-nio + ${httpcore_version} + co.elastic.apm apm-agent-api