From 2a3bf1d9945900661f5fcd5c801dd38b58d5402a Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期四, 25 十一月 2021 19:14:30 +0800
Subject: [PATCH] remove 删除无用 redis 依赖配置
---
ruoyi-common/pom.xml | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index 9b5af98..4445de2 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -82,18 +82,6 @@
<artifactId>jaxb-impl</artifactId>
</dependency>
- <!-- redis 缂撳瓨鎿嶄綔 -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-data-redis</artifactId>
- </dependency>
-
- <!-- pool 瀵硅薄姹� -->
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-pool2</artifactId>
- </dependency>
-
<!-- servlet鍖� -->
<dependency>
<groupId>javax.servlet</groupId>
--
Gitblit v1.9.3