Dependency convergence fix

This commit is contained in:
Tim Donohue
2025-02-11 10:39:16 -06:00
parent 5c41ee4e3a
commit 7fa3e6677b

View File

@@ -1313,6 +1313,12 @@
<artifactId>bcutil-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<!-- Tika brings in multiple versions of this. Select the latest version. Always sync with Tika version -->
<dependency>
<groupId>com.healthmarketscience.jackcess</groupId>
<artifactId>jackcess</artifactId>
<version>4.0.8</version>
</dependency>
<!-- Tika and axiom-api (in dspace-swordv2) disagree on versions -->
<dependency>
<groupId>org.apache.james</groupId>