From 29cd58d3f400fea1704b0e1b8e3b4b63a01ab36d Mon Sep 17 00:00:00 2001
From: 若依 <yzz_ivy@163.com>
Date: Sat, 20 Mar 2021 08:59:05 +0800
Subject: [PATCH] !53 修复异步操作导致的request null,IP获取错误 Merge pull request !53 from TwelveT/N/A
---
ruoyi-modules/ruoyi-file/pom.xml | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/ruoyi-modules/ruoyi-file/pom.xml b/ruoyi-modules/ruoyi-file/pom.xml
index 3abc27d..42fcab1 100644
--- a/ruoyi-modules/ruoyi-file/pom.xml
+++ b/ruoyi-modules/ruoyi-file/pom.xml
@@ -41,13 +41,6 @@
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
- <!-- Swagger -->
- <dependency>
- <groupId>io.springfox</groupId>
- <artifactId>springfox-swagger-ui</artifactId>
- <version>${swagger.fox.version}</version>
- </dependency>
-
<!-- FastDFS -->
<dependency>
<groupId>com.github.tobato</groupId>
--
Gitblit v1.9.3