From 50b36d843083debdd5ee6199fea54d5cacf75918 Mon Sep 17 00:00:00 2001 From: CarmJos Date: Thu, 6 Jan 2022 14:39:28 +0800 Subject: [PATCH] =?UTF-8?q?[v0.2.5]=20=E6=89=93=E5=8C=85=E6=97=B6=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E5=AF=B9slf4j-api=E8=BF=9B=E8=A1=8Crelocation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- easysql-api/pom.xml | 2 +- easysql-beecp/pom.xml | 6 +----- easysql-demo/pom.xml | 2 +- easysql-hikaricp/pom.xml | 6 +----- easysql-impl/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 14 deletions(-) diff --git a/easysql-api/pom.xml b/easysql-api/pom.xml index 2fd6c18..2bfb7cf 100644 --- a/easysql-api/pom.xml +++ b/easysql-api/pom.xml @@ -5,7 +5,7 @@ cc.carm.lib easysql-parent - 0.2.4 + 0.2.5 4.0.0 diff --git a/easysql-beecp/pom.xml b/easysql-beecp/pom.xml index 7a272b7..50c4b78 100644 --- a/easysql-beecp/pom.xml +++ b/easysql-beecp/pom.xml @@ -5,7 +5,7 @@ easysql-parent cc.carm.lib - 0.2.4 + 0.2.5 4.0.0 @@ -101,10 +101,6 @@ - - org.slf4j - cc.carm.lib.easysql.slf4j - cn.beecp cc.carm.lib.easysql.beecp diff --git a/easysql-demo/pom.xml b/easysql-demo/pom.xml index 96a82fe..dee9467 100644 --- a/easysql-demo/pom.xml +++ b/easysql-demo/pom.xml @@ -5,7 +5,7 @@ easysql-parent cc.carm.lib - 0.2.4 + 0.2.5 4.0.0 diff --git a/easysql-hikaricp/pom.xml b/easysql-hikaricp/pom.xml index 837eb07..f968b49 100644 --- a/easysql-hikaricp/pom.xml +++ b/easysql-hikaricp/pom.xml @@ -5,7 +5,7 @@ easysql-parent cc.carm.lib - 0.2.4 + 0.2.5 4.0.0 @@ -100,10 +100,6 @@ - - org.slf4j - cc.carm.lib.easysql.slf4j - com.zaxxer.hikari cc.carm.lib.easysql.hikari diff --git a/easysql-impl/pom.xml b/easysql-impl/pom.xml index bbb193b..a2d45a1 100644 --- a/easysql-impl/pom.xml +++ b/easysql-impl/pom.xml @@ -5,7 +5,7 @@ easysql-parent cc.carm.lib - 0.2.4 + 0.2.5 4.0.0 diff --git a/pom.xml b/pom.xml index 137ab8d..40d2540 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ cc.carm.lib easysql-parent pom - 0.2.4 + 0.2.5 easysql-api