Skip to content

Commit

Permalink
【同步】对齐 boot 和 cloud 的逻辑
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed May 1, 2024
1 parent 74bc3b3 commit 1297676
Show file tree
Hide file tree
Showing 2,549 changed files with 8 additions and 174,973 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
<!-- 各种 module 拓展 -->
<module>yudao-module-system</module>
<module>yudao-module-infra</module>
<module>yudao-module-member</module>
<module>yudao-module-bpm</module>
<module>yudao-module-pay</module>
<module>yudao-module-report</module>
<module>yudao-module-mp</module>
<module>yudao-module-mall</module>
<module>yudao-module-erp</module>
<module>yudao-module-crm</module>
<!-- <module>yudao-module-member</module>-->
<!-- <module>yudao-module-bpm</module>-->
<!-- <module>yudao-module-pay</module>-->
<!-- <module>yudao-module-report</module>-->
<!-- <module>yudao-module-mp</module>-->
<!-- <module>yudao-module-mall</module>-->
<!-- <module>yudao-module-erp</module>-->
<!-- <module>yudao-module-crm</module>-->
</modules>

<name>${project.artifactId}</name>
Expand Down
8 changes: 0 additions & 8 deletions yudao-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -383,14 +383,6 @@
<version>${spring-boot-admin.version}</version>
</dependency>

<!-- Test 测试相关 -->
<dependency>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-spring-boot-starter-test</artifactId>
<version>${revision}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
Expand Down
1 change: 0 additions & 1 deletion yudao-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<module>yudao-spring-boot-starter-rpc</module>

<module>yudao-spring-boot-starter-excel</module>
<module>yudao-spring-boot-starter-test</module>

<module>yudao-spring-boot-starter-biz-tenant</module>
<module>yudao-spring-boot-starter-biz-data-permission</module>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@
<artifactId>yudao-module-system-api</artifactId> <!-- 需要使用它,进行数据权限的获取 -->
<version>${revision}</version>
</dependency>

<!-- Test 测试相关 -->
<dependency>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1297676

Please sign in to comment.