From ea93221fa94325799ad27499ec654e2a432eb77f Mon Sep 17 00:00:00 2001 From: zhuoran <9362019+zhuoran007@user.noreply.gitee.com> Date: Mon, 15 Aug 2022 08:56:00 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8A=A0ms=20sqlserver?= =?UTF-8?q?=E7=9A=84=E6=95=B0=E6=8D=AE=E9=9B=86=E6=94=AF=E6=8C=81=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8A=A0ms=20sqlserver=E7=9A=84=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=9B=86=E6=94=AF=E6=8C=81=EF=BC=8C=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E4=B8=AD=E5=8F=AF=E7=9B=B4=E6=8E=A5=E4=BD=BF=E7=94=A8mssqlserv?= =?UTF-8?q?er=E6=95=B0=E6=8D=AE=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhuoran <9362019+zhuoran007@user.noreply.gitee.com> --- report-core/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/report-core/pom.xml b/report-core/pom.xml index 7118783c..4ee0b255 100644 --- a/report-core/pom.xml +++ b/report-core/pom.xml @@ -95,6 +95,18 @@ mysql mysql-connector-java + + com.microsoft.sqlserver + mssql-jdbc + 6.5.4.jre10-preview + test + + + com.microsoft.sqlserver + sqljdbc4 + 4.0 + + com.alibaba druid -- Gitee