mirror of
https://gitee.com/smallc/blade-tool.git
synced 2026-07-20 06:02:10 +08:00
✨ 依赖调整,统一使用 swagger-annotations-jakarta
This commit is contained in:
parent
3847a5126c
commit
41176d7eff
|
|
@ -41,7 +41,7 @@
|
||||||
<!--Swagger-->
|
<!--Swagger-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.swagger.core.v3</groupId>
|
<groupId>io.swagger.core.v3</groupId>
|
||||||
<artifactId>swagger-annotations</artifactId>
|
<artifactId>swagger-annotations-jakarta</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- protostuff -->
|
<!-- protostuff -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -342,7 +342,7 @@
|
||||||
<!--Swagger-->
|
<!--Swagger-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.swagger.core.v3</groupId>
|
<groupId>io.swagger.core.v3</groupId>
|
||||||
<artifactId>swagger-annotations</artifactId>
|
<artifactId>swagger-annotations-jakarta</artifactId>
|
||||||
<version>2.2.19</version>
|
<version>2.2.19</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user