build(log): 移除 Web 模块依赖

This commit is contained in:
2025-03-25 22:27:24 +08:00
parent 4c385927b4
commit 3fc9d1fbaa

View File

@@ -20,10 +20,10 @@
</modules> </modules>
<dependencies> <dependencies>
<!-- Web 模块 --> <!-- 核心模块 -->
<dependency> <dependency>
<groupId>top.continew</groupId> <groupId>top.continew</groupId>
<artifactId>continew-starter-web</artifactId> <artifactId>continew-starter-core</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>