From 2ace3257f95eee1f8734754f488412b6a266d928 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: 星期三, 09 六月 2021 20:07:36 +0800
Subject: [PATCH] 升级swagger到最新版本v3.0.0

---
 pom.xml |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index ebf3f28..ff0ebab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,11 +99,13 @@
             <dependency>
                 <groupId>io.springfox</groupId>
                 <artifactId>springfox-boot-starter</artifactId>
-                <version>3.0.0</version>
-                <exclusion>
-                    <groupId>io.swagger</groupId>
-                    <artifactId>swagger-models</artifactId>
-                </exclusion>
+                <version>${swagger.version}</version>
+                <exclusions>
+                    <exclusion>
+                        <groupId>io.swagger</groupId>
+                        <artifactId>swagger-models</artifactId>
+                    </exclusion>
+                </exclusions>
             </dependency>
 
             <!-- io甯哥敤宸ュ叿绫� -->

--
Gitblit v1.9.3