chore(storage): 优化存储模块依赖

This commit is contained in:
2024-02-02 21:12:56 +08:00
parent 30d76314d6
commit dcb6568916
2 changed files with 10 additions and 2 deletions

View File

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