fix(dependencies): 移除springdoc-openapi依赖的provided作用域
- 移除了springdoc-openapi-starter-webmvc-ui依赖的provided作用域配置 - 确保该依赖在运行时能够正确加载和使用
This commit is contained in:
@ -47,7 +47,6 @@
|
||||
<groupId>org.springdoc</groupId>
|
||||
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
|
||||
<version>2.8.14</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user