Browse Source

fix: 修改swagger依赖的bug

ylc
weihongyang 2 years ago
parent
commit
a3802411d9
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      ym-gateway/pom.xml

+ 11
- 0
ym-gateway/pom.xml View File

@@ -41,6 +41,17 @@
<groupId>io.springfox</groupId> <groupId>io.springfox</groupId>
<artifactId>springfox-boot-starter</artifactId> <artifactId>springfox-boot-starter</artifactId>
<version>3.0.0</version> <version>3.0.0</version>
<exclusions>
<exclusion>
<groupId>io.swagger</groupId>
<artifactId>swagger-models</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swagger-models</artifactId>
<version>1.5.21</version>
</dependency> </dependency>
</dependencies> </dependencies>



Loading…
Cancel
Save