From 9d05d2bac5214246fd23f949f77da0ba3c882528 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期四, 10 六月 2021 15:42:46 +0800 Subject: [PATCH] remove 移除无用配置文件 --- ruoyi-common/pom.xml | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index 5f1404e..c6275c2 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -137,11 +137,6 @@ </dependency> <dependency> - <groupId>io.swagger</groupId> - <artifactId>swagger-annotations</artifactId> - </dependency> - - <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> @@ -151,6 +146,12 @@ <artifactId>spring-boot-configuration-processor</artifactId> </dependency> + <!--redisson--> + <dependency> + <groupId>org.redisson</groupId> + <artifactId>redisson-spring-boot-starter</artifactId> + </dependency> + </dependencies> </project> -- Gitblit v1.9.3