From e03022f6a4463f84d2900946ecf9588c4eeadc1b Mon Sep 17 00:00:00 2001 From: icanci Date: Sun, 17 Oct 2021 10:25:03 +0800 Subject: [PATCH] =?UTF-8?q?[icanci]=20[upate]=20=E6=9B=B4=E6=96=B0pom.xml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue2-boot/pom.xml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/vue2-boot/pom.xml b/vue2-boot/pom.xml index af8bb16a..ee3836ab 100644 --- a/vue2-boot/pom.xml +++ b/vue2-boot/pom.xml @@ -17,6 +17,11 @@ 3.1.1 8 8 + 2.1.1 + 3.10.0 + 3.0 + 2.5 + 4.0.12 @@ -28,7 +33,7 @@ org.mybatis.spring.boot mybatis-spring-boot-starter - 2.1.1 + ${mybatis-boot.version} @@ -44,30 +49,30 @@ com.google.protobuf protobuf-java - 3.10.0 + ${protobuf-java.version} - org.apache.commons - commons-lang3 - 3.0 + javax.validation + validation-api - javax.validation - validation-api + org.apache.commons + commons-lang3 + ${commons-lang3.version} commons-io commons-io - 2.5 + ${commons-io.version} cn.hutool hutool-all - 4.0.12 + ${hutool-all.version} -- Gitee