This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_2x by this push:
new 9f580e89d TIKA-4239: remove exclusion that is no longer needed
9f580e89d is described below
commit 9f580e89d1a06b2c37dd6adfe24765beae328589
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Nov 6 05:52:33 2024 +0100
TIKA-4239: remove exclusion that is no longer needed
---
tika-parent/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 64e833134..50fbd13ef 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1075,12 +1075,6 @@
<artifactId>xercesImpl</artifactId>
<version>${xerces.version}</version>
</exclude>
- <!-- these are used by the nlp-module -->
- <exclude>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-queryparser</artifactId>
- <version>4.0.0</version>
- </exclude>
<!-- this one is used in tika-example -->
<exclude>
<!-- sonatype:
https://github.com/apache/commons-dbcp/commit/a4c5af0da1de3a7f50c72fc7edaa1f653ca276dd
-->