This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/branch_3x by this push:
new 3c337e308 TIKA-4326: remove exclusion that is no longer needed
3c337e308 is described below
commit 3c337e30806068f4b1abb568014d43b31ede44ac
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Nov 6 06:47:41 2024 +0100
TIKA-4326: 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 071a39ceb..651519941 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1103,12 +1103,6 @@
<artifactId>jetty-http</artifactId>
<version>11.0.24</version>
</coordinate>
- <!-- these are used by the nlp-module -->
- <coordinate>
- <groupId>org.apache.lucene</groupId>
- <artifactId>lucene-queryparser</artifactId>
- <version>4.0.0</version>
- </coordinate>
<!-- this one is used in tika-example -->
<coordinate>
<!-- sonatype:
https://github.com/apache/commons-dbcp/commit/a4c5af0da1de3a7f50c72fc7edaa1f653ca276dd
-->