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 3371315c8 TIKA-4326: remove unneeded exclusion
3371315c8 is described below
commit 3371315c849ab30d630a36a9d834a37610d558ab
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Nov 9 16:04:06 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 b70e85751..1e912ccb5 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -658,10 +658,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>