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 9075637c0 TIKA-4326: remove unneeded exclusion
9075637c0 is described below
commit 9075637c02e21000a7b55c27a2fb889ec4d0808f
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Nov 9 16:45:12 2024 +0100
TIKA-4326: remove unneeded exclusion
---
tika-parent/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index b4095f2d6..a636ef8d4 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -675,10 +675,6 @@
<exclusions>
<!-- to avoid maven-enforcer convergence error,
let's make this explicit -->
- <exclusion>
- <groupId>com.healthmarketscience.jackcess</groupId>
- <artifactId>jackcess</artifactId>
- </exclusion>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>