From 64a59f7ddb888332f8719c5d99bdd77de04a8204 Mon Sep 17 00:00:00 2001 From: zhaonengzhi Date: Mon, 2 Aug 2021 21:04:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86pom=E6=96=87=E4=BB=B6,?= =?UTF-8?q?=E6=8E=92=E9=99=A4=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 76 ++++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 57 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index d408e1c..81845de 100644 --- a/pom.xml +++ b/pom.xml @@ -21,18 +21,33 @@ 1.8 1.3.3 2.7 + 1.3.2 + 2.0.7 + 1.2.68 + 1.2.5 + 1.2.6 + 1.7.0 + 2.0.0 + 2.4 + 4.1.12 + 1.7 + 1.10 + 1.4.7 + 1.6.2 + 1.11.543 + 1.3.7 - org.springframework.boot spring-boot-starter-data-redis + - org.apache.commons - commons-pool2 + org.apache.commons + commons-pool2 @@ -44,7 +59,7 @@ org.mybatis.spring.boot mybatis-spring-boot-starter - 1.3.2 + ${mybatis-spring.version} @@ -56,7 +71,7 @@ com.github.xiaoymin knife4j-spring-boot-starter - 2.0.7 + ${knife4j-spring.version} @@ -67,13 +82,13 @@ com.alibaba fastjson - 1.2.68 + ${fastjson.version} com.github.pagehelper pagehelper-spring-boot-starter - 1.2.5 + ${pagehelper-spring.version} @@ -93,13 +108,13 @@ com.alibaba druid-spring-boot-starter - 1.2.6 + ${druid-spring.version} org.apache.shiro shiro-spring - 1.7.0 + ${shiro-spring.version} org.springframework.boot @@ -109,7 +124,7 @@ com.github.theborakompanioni thymeleaf-extras-shiro - 2.0.0 + ${thymeleaf-extras-shiro.version} @@ -126,7 +141,7 @@ commons-lang commons-lang - 2.4 + ${commons-lang.version} @@ -141,9 +156,14 @@ commons-fileupload commons-fileupload ${commons.fileupload.version} + + + commons-io + commons-io + + - org.springframework.boot @@ -155,13 +175,19 @@ cn.hutool hutool-all - 4.1.12 + ${hutool-all.version} org.apache.velocity velocity - 1.7 + ${velocity.version} + + + commons-collections + commons-collections + + @@ -172,7 +198,13 @@ commons-configuration commons-configuration - 1.10 + ${commons-configuration.version} + + + commons-lang + commons-lang + + @@ -185,7 +217,7 @@ javax.mail mail - 1.4.7 + ${mail.version} @@ -199,13 +231,19 @@ com.github.whvcse easy-captcha - 1.6.2 + ${easy-captcha.version} com.amazonaws aws-java-sdk-s3 - 1.11.543 + ${aws-java-sdk-s3.version} + + + commons-logging + commons-logging + + @@ -227,7 +265,7 @@ org.mybatis.generator mybatis-generator-maven-plugin - 1.3.7 + ${mybatis-generator-maven-plugin.version} false -- Gitee