依赖调整,统一使用 swagger-annotations-jakarta

This commit is contained in:
卢春梦 2024-08-28 17:06:38 +08:00
parent 3847a5126c
commit 41176d7eff
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
<!--Swagger-->
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<artifactId>swagger-annotations-jakarta</artifactId>
</dependency>
<!-- protostuff -->
<dependency>

View File

@ -342,7 +342,7 @@
<!--Swagger-->
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<artifactId>swagger-annotations-jakarta</artifactId>
<version>2.2.19</version>
</dependency>
<dependency>