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 a76b0f591 TIKA-4504: add exclusions
a76b0f591 is described below

commit a76b0f5917dd396c09a090ed0adc5ed0e26aa3e7
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Oct 18 17:09:41 2025 +0200

    TIKA-4504: add exclusions
---
 tika-parsers/tika-parsers-ml/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tika-parsers/tika-parsers-ml/pom.xml 
b/tika-parsers/tika-parsers-ml/pom.xml
index 9a06b0457..a5f6848ac 100644
--- a/tika-parsers/tika-parsers-ml/pom.xml
+++ b/tika-parsers/tika-parsers-ml/pom.xml
@@ -57,6 +57,7 @@
             
<exclude>tika-parser-nlp-module/src/test/resources/test-documents/**</exclude> 
<!-- already checked -->
             <exclude>tika-age-recogniser/target/**</exclude>
             
<exclude>tika-parser-nlp-module/src/test/resources/org/apache/tika/parser/ner/*.bin</exclude>
+            
<exclude>tika-parser-nlp-module/src/test/resources/org/apache/tika/parser/ner/opennlp/*.bin</exclude>
           </excludes>
         </configuration>
       </plugin>

Reply via email to