From cc6f599ddf2d57bd85424c063d40c64e4d3e5cab Mon Sep 17 00:00:00 2001 From: ZhouXY108 Date: Thu, 28 May 2026 22:35:48 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=E5=86=97=E4=BD=99?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=B9=B6=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了子模块的 pom.xml 文件中的冗余配置项,包括重复的 url、licenses、developers 和 scm 配置 - 移除了 checker-qual依赖 - 清理了多余的maven插件配置 - 更新了多个依赖库的版本,详情如下 - guava: 33.5.0-jre → 33.6.0-jre - joda-time: 2.14.0 → 2.14.2 - commons-io: 2.21.0 → 2.22.0 - okio: 3.16.4 → 3.17.0 - logback: 1.3.15 → 1.3.16 - jackson: 2.18.3 → 2.21.3 - gson: 2.13.2 → 2.14.0 - byte-buddy: 1.18.3 → 1.18.8 - java-jwt: 4.5.0 → 4.5.2 - lombok: 1.18.42 → 1.18.46 - hutool: 5.8.43 → 5.8.46 - junit: 5.14.2 → 5.14.4 --- plusone-commons/pom.xml | 23 ----------- plusone-dependencies/pom.xml | 28 ------------- pom.xml | 76 ++++++------------------------------ 3 files changed, 12 insertions(+), 115 deletions(-) diff --git a/plusone-commons/pom.xml b/plusone-commons/pom.xml index 73e42c6..6a00600 100644 --- a/plusone-commons/pom.xml +++ b/plusone-commons/pom.xml @@ -14,33 +14,10 @@ Plusone Commons - https://gitea.zhouxy.xyz/plusone/plusone-commons - Plusone Commons 是一个 Java 工具类库,提供了一系列实用的类和方法,用于简化开发。结合 guava 使用。 - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0 - repo - - - - - - Zhou Xingyi (周兴毅) - https://gitea.zhouxy.xyz/plusone - - - - - scm:git:https://gitea.zhouxy.xyz/plusone/plusone-commons.git - scm:git:ssh://gitea.zhouxy.xyz/plusone/plusone-commons.git - https://gitea.zhouxy.xyz/plusone/plusone-commons - - diff --git a/plusone-dependencies/pom.xml b/plusone-dependencies/pom.xml index a0ca202..e857ce6 100644 --- a/plusone-dependencies/pom.xml +++ b/plusone-dependencies/pom.xml @@ -14,35 +14,12 @@ plusone-dependencies plusone-dependencies - https://gitea.zhouxy.xyz/plusone/plusone-commons - pom plusone 相关项目依赖管理 - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0 - repo - - - - - - Zhou Xingyi (周兴毅) - https://gitea.zhouxy.xyz/plusone - - - - - scm:git:https://gitea.zhouxy.xyz/plusone/plusone-commons.git - scm:git:ssh://gitea.zhouxy.xyz/plusone/plusone-commons.git - https://gitea.zhouxy.xyz/plusone/plusone-commons - - @@ -62,11 +39,6 @@ jsr305 ${google-jsr305.version} - - org.checkerframework - checker-qual - ${checker-qual.version} - org.apache.commons diff --git a/pom.xml b/pom.xml index 59434d1..d8f0127 100644 --- a/pom.xml +++ b/pom.xml @@ -45,25 +45,24 @@ - 33.5.0-jre - 2.14.0 + 33.6.0-jre + 2.14.2 3.0.2 - 3.49.2 3.20.0 4.5.0 - 2.21.0 + 2.22.0 1.8.1 1.2.0 5.3.2 - 3.16.4 + 3.17.0 - 1.3.15 + 1.3.16 - 2.18.3 - 2.13.2 + 2.21.3 + 2.14.0 1.6.3 @@ -71,20 +70,20 @@ 3.5.19 5.1.0 - 1.18.3 + 1.18.8 5.5.1 - 4.5.0 + 4.5.2 1.9.3 0.4 8.6.0 - 1.18.42 - 5.8.43 + 1.18.46 + 5.8.46 - 5.14.2 + 5.14.4 @@ -117,49 +116,6 @@ - - - - - maven-clean-plugin - 3.4.0 - - - maven-resources-plugin - 3.3.1 - - - maven-compiler-plugin - 3.13.0 - - - maven-surefire-plugin - 3.3.0 - - - maven-jar-plugin - 3.4.2 - - - maven-install-plugin - 3.1.2 - - - maven-deploy-plugin - 3.1.2 - - - maven-site-plugin - 3.12.1 - - - maven-project-info-reports-plugin - 3.6.1 - - - - - release @@ -189,14 +145,6 @@ central - - org.apache.maven.plugins - maven-javadoc-plugin - - false - -Xdoclint:none - -