From 08b520fb8db252b13a3f663cdd44d57c917d40e8 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期日, 28 四月 2024 21:35:17 +0800
Subject: [PATCH] 代码整理
---
smart-man-boot/pom.xml | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/smart-man-boot/pom.xml b/smart-man-boot/pom.xml
index 29078db..a3ce6bc 100644
--- a/smart-man-boot/pom.xml
+++ b/smart-man-boot/pom.xml
@@ -412,7 +412,6 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>8.0.22</version>
</dependency>
<!-- 绉湪鎶ヨ〃 -->
<dependency>
@@ -529,7 +528,6 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
- <version>${maven.plugin.version}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
--
Gitblit v1.9.3