|
|
@ -5,7 +5,7 @@ |
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
|
|
|
<groupId>com.ruoyi</groupId> |
|
|
|
<artifactId>ruoyi</artifactId> |
|
|
|
<artifactId>project</artifactId> |
|
|
|
<version>3.8.7</version> |
|
|
|
|
|
|
|
|
|
|
@ -133,28 +133,28 @@ |
|
|
|
<!-- 代码生成--> |
|
|
|
<dependency> |
|
|
|
<groupId>com.ruoyi</groupId> |
|
|
|
<artifactId>ruoyi-generator</artifactId> |
|
|
|
<artifactId>pro-generator</artifactId> |
|
|
|
<version>${ruoyi.version}</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- 核心模块--> |
|
|
|
<dependency> |
|
|
|
<groupId>com.ruoyi</groupId> |
|
|
|
<artifactId>ruoyi-framework</artifactId> |
|
|
|
<artifactId>pro-framework</artifactId> |
|
|
|
<version>${ruoyi.version}</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- 系统模块--> |
|
|
|
<dependency> |
|
|
|
<groupId>com.ruoyi</groupId> |
|
|
|
<artifactId>ruoyi-system</artifactId> |
|
|
|
<artifactId>pro-system</artifactId> |
|
|
|
<version>${ruoyi.version}</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<!-- 通用工具--> |
|
|
|
<dependency> |
|
|
|
<groupId>com.ruoyi</groupId> |
|
|
|
<artifactId>ruoyi-common</artifactId> |
|
|
|
<artifactId>pro-common</artifactId> |
|
|
|
<version>${ruoyi.version}</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|