From bdd6459d6a8ad1cf4db4b9292be8e29701f90f56 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=B8=89=E4=B8=99?=
<10604541+sanbing-os@user.noreply.gitee.com>
Date: Tue, 22 Oct 2024 16:41:49 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E7=BC=96=E8=AF=91=E9=94=99?=
=?UTF-8?q?=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jcpp-app-bootstrap/pom.xml | 4 ----
jcpp-protocol-bootstrap/pom.xml | 4 ----
pom.xml | 6 +++++-
3 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/jcpp-app-bootstrap/pom.xml b/jcpp-app-bootstrap/pom.xml
index 1297db4..1127c72 100644
--- a/jcpp-app-bootstrap/pom.xml
+++ b/jcpp-app-bootstrap/pom.xml
@@ -75,10 +75,6 @@
org.apache.maven.plugins
maven-jar-plugin
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
diff --git a/jcpp-protocol-bootstrap/pom.xml b/jcpp-protocol-bootstrap/pom.xml
index d2fdb39..f5730a5 100644
--- a/jcpp-protocol-bootstrap/pom.xml
+++ b/jcpp-protocol-bootstrap/pom.xml
@@ -66,10 +66,6 @@
org.apache.maven.plugins
maven-jar-plugin
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
diff --git a/pom.xml b/pom.xml
index 37e6903..a0bb362 100644
--- a/pom.xml
+++ b/pom.xml
@@ -243,7 +243,7 @@
maven-compiler-plugin
${maven-compiler-plugin.version}
- 21
+ ${java.version}
-Xlint:deprecation
-Xlint:removal
@@ -361,6 +361,10 @@
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
org.apache.maven.plugins
maven-surefire-plugin