From 1ab84cb0e5d93b6ea335ed8df2c4bb9f0e967a78 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Tue, 30 Mar 2021 17:46:43 +0800
Subject: [PATCH] 修复firefox下表单构建拖拽会新打卡一个选项卡

---
 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