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

@@ -11,4 +11,12 @@
<artifactId>continew-starter-storage-local</artifactId>
<description>ContiNew Starter 存储模块 - 本地存储</description>
<dependencies>
<!-- Spring Web MVC 模块 -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
</dependencies>
</project>

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>