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

tilman 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 232379dc1 TIKA-4326: add comment
232379dc1 is described below

commit 232379dc1a5b4ba14bd54ec26472b11ea1e39ae7
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Nov 9 12:03:00 2024 +0100

    TIKA-4326: add comment
---
 tika-parent/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 88e3170ba..b4095f2d6 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -902,6 +902,10 @@
         <artifactId>poi-ooxml</artifactId>
         <version>${poi.version}</version>
       </dependency>
+      <!-- prevent zookeeper 3.9.2 from being used in Apache Solr emitter 
+      through 9.7.0
+      TODO recheck when solr > 9.7.0
+      -->
       <dependency>
         <groupId>org.apache.zookeeper</groupId>
         <artifactId>zookeeper</artifactId>

Reply via email to