还原初始模块

This commit is contained in:
2025-05-21 16:40:37 +08:00
parent bee2525c63
commit 179567564f
3 changed files with 23 additions and 5 deletions

View File

@@ -125,22 +125,22 @@
</dependency>
<dependency>
<groupId>com.tashow.cloud</groupId>
<artifactId>tashow-module-system-api</artifactId>
<artifactId>tashow-system-api</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.tashow.cloud</groupId>
<artifactId>tashow-module-system-biz</artifactId>
<artifactId>tashow-module-system</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.tashow.cloud</groupId>
<artifactId>tashow-module-infra-api</artifactId>
<artifactId>tashow-infra-api</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.tashow.cloud</groupId>
<artifactId>tashow-module-infra-biz</artifactId>
<artifactId>tashow-module-infra</artifactId>
<version>${revision}</version>
</dependency>
<dependency>