From 50c67dbd5da3e9f01051da43d9085614ea65e572 Mon Sep 17 00:00:00 2001
From: bunny <1319900154@qq.com>
Date: Wed, 22 May 2024 15:35:07 +0800
Subject: [PATCH] =?UTF-8?q?feat(=E4=BF=AE=E6=94=B9):=20=E6=96=B0=E5=A2=9E?=
=?UTF-8?q?=E6=A8=A1=E6=9D=BF=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/pom.xml b/pom.xml
index 64d1f27..4325dff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,8 @@
2.10.1
1.9.21
6.1.0
+ 2.2
+ 3.1
@@ -47,6 +49,17 @@
junit
${junit.version}
+
+
+ org.apache.velocity
+ velocity-engine-core
+ ${velocity.version}
+
+
+ org.apache.velocity.tools
+ velocity-tools-generic
+ ${velocity-tools.version}
+
com.baomidou