From 7bfaa2c35a4958428effbfdd56baf25cf2779c26 Mon Sep 17 00:00:00 2001 From: handy Date: Wed, 31 May 2023 16:56:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E8=A6=81:=20=E5=8D=87=E7=BA=A7oshi-co?= =?UTF-8?q?re=E5=88=B06.4.2=20(=E5=85=BC=E5=AE=B9mac=20m1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 非主要: 调整pom版本号提取出来到properties方便升级 --- pom.xml | 395 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 202 insertions(+), 193 deletions(-) diff --git a/pom.xml b/pom.xml index 55e6cc71..28a988ac 100644 --- a/pom.xml +++ b/pom.xml @@ -1,195 +1,204 @@ - - 4.0.0 - com.cym - nginxWebUI - 3.5.8 - - UTF-8 - UTF-8 - 1.8 - - - org.noear - solon-parent - 2.2.20 - - - - org.noear - solon-web - - - - org.noear - solon.boot.undertow - - - - org.noear - solon.logging.logback - - - org.noear - solon.scheduling.simple - - - - org.noear - solon-test - test - - - org.apache.commons - commons-compress - 1.21 - - - - com.github.odiszapc - nginxparser - 0.9.6 - - - - - com.h2database - h2 - 2.1.214 - - - - mysql - mysql-connector-java - 8.0.28 - - - - com.warrenstrange - googleauth - 1.5.0 - - - cn.hutool - hutool-all - 5.8.18 - - - - javax.mail - mail - 1.4.7 - - - com.google.zxing - javase - 3.3.0 - - - com.github.oshi - oshi-core - 5.3.0 - - - - com.zaxxer - HikariCP - 4.0.3 - - - com.github.whvcse - easy-captcha - 1.6.2 - - - com.fasterxml.jackson.core - jackson-annotations - 2.13.1 - - - - org.apache.maven - maven-model - 3.0 - - - - - net.jodah - expiringmap - 0.5.10 - - - - - - - - com.github.shalousun - smart-doc-maven-plugin - 2.3.9 - - - ./src/main/resources/smart-doc.json - - nginxWebUI - - - - - - - html - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.1 - - -parameters - 1.8 - 1.8 - UTF-8 - - - - - org.apache.maven.plugins - maven-assembly-plugin - 3.3.0 - - ${project.name}-${project.version} - false - - jar-with-dependencies - - - - com.cym.NginxWebUI - - - - - - make-assembly - package - - single - - - - - - - + + + + org.noear + solon-parent + 2.2.20 + + + 4.0.0 + com.cym + nginxWebUI + 3.5.8 + + + UTF-8 + UTF-8 + 1.8 + 1.21 + 0.9.6 + 2.1.214 + 8.0.33 + 1.5.0 + 5.8.19 + 1.4.7 + 3.3.0 + 6.4.2 + 4.0.3 + 1.6.2 + 2.13.1 + 3.0 + 0.5.10 + + + + + org.noear + solon-web + + + + org.noear + solon.boot.undertow + + + + org.noear + solon.logging.logback + + + org.noear + solon.scheduling.simple + + + + org.noear + solon-test + test + + + org.apache.commons + commons-compress + ${commons-compress.version} + + + + com.github.odiszapc + nginxparser + ${nginxparser.version} + + + + com.h2database + h2 + ${h2.version} + + + + com.mysql + mysql-connector-j + ${mysql.version} + + + + com.warrenstrange + googleauth + ${googleauth.version} + + + cn.hutool + hutool-all + ${hutool.version} + + + + javax.mail + mail + ${mail.version} + + + com.google.zxing + javase + ${javase.version} + + + com.github.oshi + oshi-core + ${oshi-core.version} + + + + com.zaxxer + HikariCP + ${HikariCP.version} + + + com.github.whvcse + easy-captcha + ${easy-captcha.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson-annotations.version} + + + org.apache.maven + maven-model + ${maven-model.version} + + + + + net.jodah + expiringmap + ${expiringmap.version} + + + + + + + com.github.shalousun + smart-doc-maven-plugin + 2.3.9 + + + ./src/main/resources/smart-doc.json + + nginxWebUI + + + + + + + html + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + -parameters + 1.8 + 1.8 + UTF-8 + + + + + org.apache.maven.plugins + maven-assembly-plugin + 3.3.0 + + ${project.name}-${project.version} + false + + jar-with-dependencies + + + + com.cym.NginxWebUI + + + + + + make-assembly + package + + single + + + + + + \ No newline at end of file -- Gitee