From 4599eb51d8672245f1065b2df85481ed40fc0da0 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 12 四月 2024 22:12:07 +0800
Subject: [PATCH] 修改lambda错误,删除无用注释
---
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