From b4039f791b97805940d446285e040065200410bb Mon Sep 17 00:00:00 2001
From: haoxr <1490493387@qq.com>
Date: Wed, 10 May 2023 06:42:43 +0800
Subject: [PATCH] =?UTF-8?q?build(pom.xml):=20=E6=B7=BB=E5=8A=A0=E5=88=86?=
=?UTF-8?q?=E5=B8=83=E5=BC=8F=E9=94=81=E4=BE=9D=E8=B5=96=E5=8C=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index fcff6801..dd441760 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,8 +42,10 @@
1.6.2
-
15.4
+
+
+ 3.21.0
@@ -80,6 +82,11 @@
spring-boot-starter-data-redis
+
+ org.springframework.boot
+ spring-boot-starter-aop
+
+
org.apache.commons
commons-pool2
@@ -174,7 +181,14 @@
org.openjdk.nashorn
nashorn-core
- 15.4
+ ${nashorn.version}
+
+
+
+
+ org.redisson
+ redisson-spring-boot-starter
+ ${redisson.version}