From 5e3f504c8029929f29df25d8654dc02bd49ad7c1 Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期四, 02 三月 2023 23:37:21 +0800
Subject: [PATCH] remove 移除 BeanCopyUtils 工具类 与 JDK17 不兼容

---
 pom.xml |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index b22fd6a..64a5f25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -385,11 +385,6 @@
                 <artifactId>maven-surefire-plugin</artifactId>
                 <version>${maven-surefire-plugin.version}</version>
                 <configuration>
-                    <argLine>
-                        -Dfile.encoding=UTF-8
-                        --add-opens java.base/java.lang=ALL-UNNAMED
-                        --add-opens java.base/java.lang.invoke=ALL-UNNAMED
-                    </argLine>
                     <!-- 鏍规嵁鎵撳寘鐜鎵ц瀵瑰簲鐨凘Tag娴嬭瘯鏂规硶 -->
                     <groups>${profiles.active}</groups>
                     <!-- 鎺掗櫎鏍囩 -->

--
Gitblit v1.9.3