From 0141c3ed55171b22dd998ba037166f67e69c9aa9 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 19 四月 2024 22:22:14 +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