This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 7573f84423 TIKA-4788: add httpmime dependency
7573f84423 is described below

commit 7573f844231d65cee8d753baa9cdec91299cbd62
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Jul 11 16:55:05 2026 +0200

    TIKA-4788: add httpmime dependency
---
 tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml 
b/tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml
index b869781774..1c2562bcb3 100644
--- a/tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml
+++ b/tika-integration-tests/tika-pipes-solr-integration-tests/pom.xml
@@ -88,6 +88,12 @@
       <version>${solrj.version}</version>
       <scope>test</scope>
     </dependency>
+    <!-- troubles on CI tika-main-jdk26 -->
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpmime</artifactId>
+      <scope>test</scope>
+    </dependency>
 
 
   </dependencies>

Reply via email to