Skip to content

Commit

Permalink
✨ 全局:迁移 pay 组件到 pay 模块,迁移 flowable 组件到 bpm 模块
Browse files Browse the repository at this point in the history
  • Loading branch information
YunaiV committed Feb 28, 2024
1 parent c3eae20 commit 922a9d0
Show file tree
Hide file tree
Showing 61 changed files with 7 additions and 23 deletions.
10 changes: 0 additions & 10 deletions yudao-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@
<artifactId>yudao-spring-boot-starter-biz-dict</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-spring-boot-starter-biz-pay</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-spring-boot-starter-biz-tenant</artifactId>
Expand Down Expand Up @@ -420,11 +415,6 @@
</dependency>

<!-- 工作流相关 -->
<dependency>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-spring-boot-starter-flowable</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot-starter-process</artifactId>
Expand Down
6 changes: 1 addition & 5 deletions yudao-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<module>yudao-spring-boot-starter-redis</module>
<module>yudao-spring-boot-starter-web</module>
<module>yudao-spring-boot-starter-security</module>
<module>yudao-spring-boot-starter-websocket</module>

<module>yudao-spring-boot-starter-monitor</module>
<module>yudao-spring-boot-starter-protection</module>
Expand All @@ -29,14 +30,9 @@

<module>yudao-spring-boot-starter-biz-operatelog</module>
<module>yudao-spring-boot-starter-biz-dict</module>

<module>yudao-spring-boot-starter-biz-pay</module>
<module>yudao-spring-boot-starter-biz-tenant</module>
<module>yudao-spring-boot-starter-biz-data-permission</module>
<module>yudao-spring-boot-starter-biz-ip</module>

<module>yudao-spring-boot-starter-flowable</module>
<module>yudao-spring-boot-starter-websocket</module>
</modules>

<artifactId>yudao-framework</artifactId>
Expand Down
1 change: 1 addition & 0 deletions yudao-module-bpm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<modules>
<module>yudao-module-bpm-api</module>
<module>yudao-module-bpm-biz</module>
<module>yudao-spring-boot-starter-flowable</module>
</modules>
<artifactId>yudao-module-bpm</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 2 additions & 0 deletions yudao-module-bpm/yudao-module-bpm-biz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@
<dependency>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-spring-boot-starter-flowable</artifactId>
<version>${revision}</version>
</dependency>
</dependencies>

<build>
<!-- 设置构建的 jar 包名 -->
<finalName>${project.artifactId}</finalName>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>yudao-framework</artifactId>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-module-bpm</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 0 additions & 6 deletions yudao-module-mall/yudao-module-trade-biz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@
<artifactId>yudao-spring-boot-starter-security</artifactId>
</dependency>

<!-- TODO 芋艿:引入依赖要优化下: -->
<dependency>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-spring-boot-starter-biz-pay</artifactId>
</dependency>

<!-- DB 相关 -->
<dependency>
<groupId>cn.iocoder.cloud</groupId>
Expand Down
1 change: 1 addition & 0 deletions yudao-module-pay/yudao-module-pay-biz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<dependency>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-spring-boot-starter-biz-pay</artifactId>
<version>${revision}</version>
</dependency>

<!-- Web 相关 -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao-framework</artifactId>
<artifactId>yudao-module-pay</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 922a9d0

Please sign in to comment.