From 7f4be2b639108384c85ccea5e19d378d612915b9 Mon Sep 17 00:00:00 2001 From: Looly Date: Mon, 23 Oct 2023 22:36:44 +0800 Subject: [PATCH] remove unused dependency --- hutool-db/pom.xml | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/hutool-db/pom.xml b/hutool-db/pom.xml index 52f45b1b5..e4b906b47 100755 --- a/hutool-db/pom.xml +++ b/hutool-db/pom.xml @@ -136,15 +136,9 @@ test - org.postgresql - postgresql - 42.6.0 - test - - - com.microsoft.sqlserver - mssql-jdbc - 12.2.0.jre8 + com.h2database + h2 + 2.2.224 test @@ -153,17 +147,5 @@ 2.0.9 test - - com.h2database - h2 - 2.2.224 - test - - - com.clickhouse - clickhouse-jdbc - 0.4.6 - test -