From 90cdb40e6912cb81f43d214ede6a2cddbc46fa05 Mon Sep 17 00:00:00 2001 From: Markus Spann Date: Sun, 13 Sep 2026 19:00:00 +0200 Subject: [PATCH] Switch to the actively maintained UCanAccess fork net.sf.ucanaccess:ucanaccess is unmaintained; development continues at io.github.spannm/ucanaccess, an actively released fork on Maven Central built on an equally actively maintained Jackcess fork. Neither library is used directly in Java code here, only via the JDBC driver (jdbc:ucanaccess:...), so this is a pure coordinate swap. This commit drops the separate jackcess dependency pin: It was only needed to force a newer version against the old, unmaintained ucanaccess, and the fork already depends on a current, matching jackcess transitively. --- dashjoin-core/pom.xml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/dashjoin-core/pom.xml b/dashjoin-core/pom.xml index 76edb48ce..5dcead686 100644 --- a/dashjoin-core/pom.xml +++ b/dashjoin-core/pom.xml @@ -140,11 +140,11 @@ 2.7.2 - + - net.sf.ucanaccess + io.github.spannm ucanaccess - 5.0.1 + 5.1.8 org.hsqldb @@ -153,13 +153,6 @@ - - - com.healthmarketscience.jackcess - jackcess - 3.0.1 - - org.apache.poi poi