🔧 springdoc-openapi 依赖版本管理

This commit is contained in:
b2baccline
2021-12-10 19:31:59 +08:00
parent 021ad29a13
commit 9b4c0dc23f
3 changed files with 68 additions and 13 deletions

View File

@@ -20,6 +20,10 @@
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-common</artifactId>
</dependency>
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
@@ -32,11 +36,6 @@
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-annotation</artifactId>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-common</artifactId>
<version>1.5.13</version>
</dependency>
</dependencies>
</project>