build(extension/crud): 排除 SaToken Starter 中的 Web 依赖

This commit is contained in:
2024-06-23 11:32:34 +08:00
parent 6c10e80d71
commit 6e73472589

View File

@@ -28,6 +28,12 @@
<dependency>
<groupId>top.continew</groupId>
<artifactId>continew-starter-auth-satoken</artifactId>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- 文件处理模块 - Excel -->