From ae6879a7575f79d814c70781e6efc1b6218f3732 Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期五, 14 三月 2025 14:10:31 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- billion-main/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/billion-main/pom.xml b/billion-main/pom.xml index b049ba9..1117525 100644 --- a/billion-main/pom.xml +++ b/billion-main/pom.xml @@ -83,6 +83,12 @@ <version>3.5.13</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>com.mysql</groupId> + <artifactId>mysql-connector-j</artifactId> + <version>8.0.33</version> + <scope>compile</scope> + </dependency> </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3