删除多余依赖.

This commit is contained in:
lijiahang
2023-07-07 10:50:57 +08:00
parent 87d919c742
commit 04bb4ed32a
8 changed files with 38 additions and 26 deletions

View File

@@ -46,6 +46,26 @@
<artifactId>mapstruct-processor</artifactId>
</dependency>
<!-- transmittable -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
</dependency>
<!-- configuration -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<!-- web -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<scope>provided</scope>
</dependency>
<!-- doc -->
<dependency>
<groupId>org.springdoc</groupId>