mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 01:25:28 +08:00
代码清理
This commit is contained in:
parent
4ab0a458d8
commit
3a44a19ed1
18
pom.xml
18
pom.xml
@ -377,14 +377,14 @@
|
|||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- system dubbo api 的依赖配置 -->
|
<!-- <!– system dubbo api 的依赖配置 –>-->
|
||||||
<dependency>
|
<!-- <dependency>-->
|
||||||
<groupId>org.dromara</groupId>
|
<!-- <groupId>org.dromara</groupId>-->
|
||||||
<artifactId>ruoyi-api-bom</artifactId>
|
<!-- <artifactId>ruoyi-api-bom</artifactId>-->
|
||||||
<version>${revision}</version>
|
<!-- <version>${revision}</version>-->
|
||||||
<type>pom</type>
|
<!-- <type>pom</type>-->
|
||||||
<scope>import</scope>
|
<!-- <scope>import</scope>-->
|
||||||
</dependency>
|
<!-- </dependency>-->
|
||||||
|
|
||||||
<!-- Apache Dubbo 配置 -->
|
<!-- Apache Dubbo 配置 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -430,7 +430,7 @@
|
|||||||
<module>ruoyi-common</module>
|
<module>ruoyi-common</module>
|
||||||
<module>ruoyi-extend</module>
|
<module>ruoyi-extend</module>
|
||||||
<module>ruoyi-modules</module>
|
<module>ruoyi-modules</module>
|
||||||
<module>ruoyi-api</module>
|
<!-- <module>ruoyi-api</module>-->
|
||||||
<module>ruoyi-site</module>
|
<module>ruoyi-site</module>
|
||||||
</modules>
|
</modules>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|||||||
@ -20,12 +20,12 @@
|
|||||||
|
|
||||||
<dependencyManagement>
|
<dependencyManagement>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- 系统接口 -->
|
<!-- <!– 系统接口 –>-->
|
||||||
<dependency>
|
<!-- <dependency>-->
|
||||||
<groupId>org.dromara</groupId>
|
<!-- <groupId>org.dromara</groupId>-->
|
||||||
<artifactId>ruoyi-md-system-api</artifactId>
|
<!-- <artifactId>ruoyi-md-system-api</artifactId>-->
|
||||||
<version>${revision}</version>
|
<!-- <version>${revision}</version>-->
|
||||||
</dependency>
|
<!-- </dependency>-->
|
||||||
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|||||||
@ -21,7 +21,6 @@
|
|||||||
<module>ruoyi-md-form-api</module>
|
<module>ruoyi-md-form-api</module>
|
||||||
<module>ruoyi-md-form-mapper</module>
|
<module>ruoyi-md-form-mapper</module>
|
||||||
<module>ruoyi-md-form-service</module>
|
<module>ruoyi-md-form-service</module>
|
||||||
<module>ruoyi-md-form-starter</module>
|
|
||||||
<module>ruoyi-md-form-feign</module>
|
<module>ruoyi-md-form-feign</module>
|
||||||
</modules>
|
</modules>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user