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 714f4c42b TIKA-4239: remove unneeded exclusion
714f4c42b is described below

commit 714f4c42bfab364d477e19249a49d50637e7e509
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sat Nov 9 15:41:56 2024 +0100

    TIKA-4239: 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 5b92a27e7..b2f89618f 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -624,10 +624,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>

Reply via email to