移除 yudao-module-work 模块,用途不大

This commit is contained in:
YunaiV 2023-01-01 18:06:52 +08:00
parent 3f68c25540
commit 52e055aba2
194 changed files with 4 additions and 50 deletions

View File

@ -18,7 +18,7 @@
<module>yudao-module-system</module> <module>yudao-module-system</module>
<module>yudao-module-infra</module> <module>yudao-module-infra</module>
<module>yudao-module-pay</module> <module>yudao-module-pay</module>
<module>yudao-module-wechat</module> <module>yudao-module-mp</module>
</modules> </modules>
<name>${project.artifactId}</name> <name>${project.artifactId}</name>

View File

@ -9,7 +9,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>yudao-module-wechat</artifactId> <artifactId>yudao-module-mp</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<description> <description>
@ -19,8 +19,6 @@
<modules> <modules>
<module>yudao-module-mp-api</module> <module>yudao-module-mp-api</module>
<module>yudao-module-mp-biz</module> <module>yudao-module-mp-biz</module>
<module>yudao-module-work-biz</module>
<module>yudao-module-work-api</module>
</modules> </modules>
</project> </project>

View File

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>yudao-module-wechat</artifactId> <artifactId>yudao-module-mp</artifactId>
<groupId>cn.iocoder.boot</groupId> <groupId>cn.iocoder.boot</groupId>
<version>${revision}</version> <version>${revision}</version>
</parent> </parent>

View File

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent> <parent>
<artifactId>yudao-module-wechat</artifactId> <artifactId>yudao-module-mp</artifactId>
<groupId>cn.iocoder.boot</groupId> <groupId>cn.iocoder.boot</groupId>
<version>${revision}</version> <version>${revision}</version>
</parent> </parent>

Some files were not shown because too many files have changed in this diff Show More