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 c61cd875b TIKA-4326: remove exclusions that are no longer needed
c61cd875b is described below
commit c61cd875bbfdea038fd644a00bc9602c8be084c7
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Nov 5 17:55:54 2024 +0100
TIKA-4326: remove exclusions that are no longer needed
---
tika-parent/pom.xml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index d59313e5d..071a39ceb 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1103,11 +1103,6 @@
<artifactId>jetty-http</artifactId>
<version>11.0.24</version>
</coordinate>
- <coordinate>
- <groupId>io.netty</groupId>
- <artifactId>netty-handler</artifactId>
- <version>${netty.version}</version>
- </coordinate>
<!-- these are used by the nlp-module -->
<coordinate>
<groupId>org.apache.lucene</groupId>
@@ -1149,11 +1144,6 @@
<artifactId>threetenbp</artifactId>
<version>1.7.0</version>
</coordinate>
- <coordinate>
- <groupId>joda-time</groupId>
- <artifactId>joda-time</artifactId>
- <version>2.12.7</version>
- </coordinate>
<!-- while waiting for 1.14.4 to appear on maven central, see
https://www.hdfgroup.org/2024/05/new-hdf5-cve-issues-fixed-in-1-14-4/
-->