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 06f76a8d6 TIKA-4239: remove exclusions that are no longer needed
06f76a8d6 is described below
commit 06f76a8d68d839a1cf06faed9531e60a9a306b11
Author: Tilman Hausherr <[email protected]>
AuthorDate: Tue Nov 5 14:48:06 2024 +0100
TIKA-4239: remove exclusions that are no longer needed
---
tika-parent/pom.xml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 22ce7d12b..64e833134 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1061,12 +1061,6 @@
<artifactId>metadata-extractor</artifactId>
<version>2.18.0</version>
</exclude>
- <exclude>
- <!-- sonatype https://github.com/google/guava/issues/4011 -->
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>32.0.0-jre</version>
- </exclude>
<exclude>
<!-- CVE-2018-18928 does affect the java library not just the
c/c++ library,
upon further research -->
@@ -1074,11 +1068,6 @@
<artifactId>icu4j</artifactId>
<version>${icu4j.version}</version>
</exclude>
- <exclude>
- <groupId>io.netty</groupId>
- <artifactId>netty-handler</artifactId>
- <version>${netty.version}</version>
- </exclude>
<exclude>
<!-- the most recent cve in sonatype for this artifact is 2.11.0,
not at all the version we're using...smh-->