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 bfc4cc1a7 TIKA-4417: fix dependency convergence error with 
jackcess-encrypt (#2206)
bfc4cc1a7 is described below

commit bfc4cc1a75ead6b13172022c3f945b48601c2bdb
Author: David Frizelle <[email protected]>
AuthorDate: Sun May 18 20:53:20 2025 +1000

    TIKA-4417: fix dependency convergence error with jackcess-encrypt (#2206)
---
 tika-parent/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index e51c2c32f..e9b9e8e56 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -628,9 +628,13 @@
         <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>
+            <artifactId>bcprov-jdk18on</artifactId>
           </exclusion>
         </exclusions>
       </dependency>

Reply via email to