From 6951a0aad4517f3dcd0371adab8ddf4f604037ee Mon Sep 17 00:00:00 2001
From: xiongxiaoyang <773861846@qq.com>
Date: Thu, 12 May 2022 07:33:29 +0800
Subject: [PATCH] =?UTF-8?q?build(pom.xml):=20=E4=BD=BF=E7=94=A8=20undertow?=
=?UTF-8?q?=20servlet=20=E5=AE=B9=E5=99=A8=20&=20=E4=BF=AE=E6=94=B9?=
=?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90=E5=99=A8=E7=9B=B8=E5=85=B3?=
=?UTF-8?q?=E4=BE=9D=E8=B5=96=E7=9A=84=20scope=20=E4=B8=BA=20test?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index fbcc022..7049195 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,6 +16,7 @@
17
3.5.1
+ 6.0.0-SNAPSHOT
@@ -30,29 +31,31 @@
-
+
org.springframework.boot
spring-boot-starter-undertow
-
+
com.baomidou
mybatis-plus-boot-starter
${mybatis-plus.version}
+
+
com.baomidou
mybatis-plus-generator
${mybatis-plus.version}
+ test
org.apache.velocity
velocity-engine-core
2.3
- compile
- true
+ test