From e21b3e95b4f9af55973544e82b5a6aa8b4f8d54c Mon Sep 17 00:00:00 2001
From: Mark Prins <1165786+mprins@users.noreply.github.com>
Date: Tue, 11 Nov 2025 11:52:06 +0100
Subject: [PATCH] Followup on Solrj upgrade
Apparently Solrj no longer needs the Apache HTTP components, so these can be excluded
see: https://issues.apache.org/jira/browse/SOLR-17884
---
pom.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/pom.xml b/pom.xml
index d05593157..84a69783b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -322,6 +322,18 @@ SPDX-License-Identifier: MIT
org.apache.solr
solr-solrj-streaming
+
+ org.apache.httpcomponents
+ httpmime
+
+
+ org.apache.httpcomponents
+ httpclient
+
+
+ org.apache.httpcomponents
+ httpcore
+