Description
Hi,
We tried to upgrade Tika to 1.17 in Hibernate Search and we had some dependency convergence issues:
Dependency convergence error for com.healthmarketscience.jackcess:jackcess:2.1.8 paths to dependency are:
+-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
+-org.apache.tika:tika-parsers:1.17
+-com.healthmarketscience.jackcess:jackcess:2.1.8
and
+-org.hibernate:hibernate-search-engine:5.10.0-SNAPSHOT
+-org.apache.tika:tika-parsers:1.17
+-com.healthmarketscience.jackcess:jackcess-encrypt:2.1.2
+-com.healthmarketscience.jackcess:jackcess:2.1.0
We could fix them downstream in Hibernate Search but I thought it would be better if Tika could ensure the convergence of its dependencies using the Maven enforcer plugin so that all the downstream projects can benefit from it.
Thanks.
Attachments
Issue Links
- is related to
-
CTAKES-497 Fix dependency convergence
- Open