From 993c6978ad57926a777e3837053e7b28da62ee93 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期三, 13 七月 2022 15:06:36 +0800 Subject: [PATCH] 工作台相关接口 --- pom.xml | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 5bb23bd..217e9f4 100644 --- a/pom.xml +++ b/pom.xml @@ -49,6 +49,26 @@ <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>3.0.0</version> + <exclusions> + <exclusion> + <groupId>io.swagger</groupId> + <artifactId>swagger-annotations</artifactId> + </exclusion> + <exclusion> + <groupId>io.swagger</groupId> + <artifactId>swagger-models</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>io.swagger</groupId> + <artifactId>swagger-annotations</artifactId> + <version>1.5.21</version> + </dependency> + <dependency> + <groupId>io.swagger</groupId> + <artifactId>swagger-models</artifactId> + <version>1.5.21</version> </dependency> <dependency> <groupId>com.github.xiaoymin</groupId> -- Gitblit v1.8.0