Commit d7c5db66 authored by hanbing's avatar hanbing

[update] 排除Swagger依赖冲突

parent f0753055
...@@ -44,6 +44,12 @@ ...@@ -44,6 +44,12 @@
<groupId>com.wanji</groupId> <groupId>com.wanji</groupId>
<artifactId>identity-client-starter</artifactId> <artifactId>identity-client-starter</artifactId>
<version>1.2</version> <version>1.2</version>
<exclusions>
<exclusion>
<artifactId>springfox-spring-web</artifactId>
<groupId>io.springfox</groupId>
</exclusion>
</exclusions>
</dependency> </dependency>
<!-- 鉴权包 end --> <!-- 鉴权包 end -->
<dependency> <dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment