[
https://issues.apache.org/jira/browse/TIKA-4417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17952418#comment-17952418
]
ASF GitHub Bot commented on TIKA-4417:
--------------------------------------
dafriz opened a new pull request, #2206:
URL: https://github.com/apache/tika/pull/2206
- jackcess-encrypt depends on an older version of jackcess
- jackcess-encrypt now uses org.bouncycastle:bcprov-jdk18on rather than
org.bouncycastle:bcprov-jdk15on
By updating the exclusions we avoid dependency convergence errors in
projects using Tika.
> Dependency convergence error with jackcess-encrypt
> --------------------------------------------------
>
> Key: TIKA-4417
> URL: https://issues.apache.org/jira/browse/TIKA-4417
> Project: Tika
> Issue Type: Bug
> Components: depedency
> Affects Versions: 3.1.0
> Reporter: David Frizelle
> Priority: Minor
>
> This dependency is not released as often as the main jackcess one
> <groupId>com.healthmarketscience.jackcess</groupId>
> <artifactId>jackcess-encrypt</artifactId>
> and it points to an older jackcess and bcprov-jdk18on
> This leads to dependency convergence maven errors in projects that use Tika.
> Would be good to get fix out in 3.2.x
--
This message was sent by Atlassian Jira
(v8.20.10#820010)