|
@@ -4,12 +4,13 @@
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
- <groupId>com.newcpms</groupId>
|
|
|
- <artifactId>newcpms-sh</artifactId>
|
|
|
+ <groupId>com.ruoyi</groupId>
|
|
|
+ <artifactId>ruoyi</artifactId>
|
|
|
<version>3.8.7</version>
|
|
|
|
|
|
- <name>newcpms-sh</name>
|
|
|
- <description>cpms管理系统</description>
|
|
|
+ <name>ruoyi</name>
|
|
|
+ <url>http://www.ruoyi.vip</url>
|
|
|
+ <description>若依管理系统</description>
|
|
|
|
|
|
<properties>
|
|
|
<ruoyi.version>3.8.7</ruoyi.version>
|
|
@@ -23,8 +24,9 @@
|
|
|
<kaptcha.version>2.3.3</kaptcha.version>
|
|
|
<pagehelper.boot.version>1.4.7</pagehelper.boot.version>
|
|
|
<fastjson.version>2.0.43</fastjson.version>
|
|
|
- <oshi.version>6.5.0</oshi.version>
|
|
|
+ <oshi.version>6.4.8</oshi.version>
|
|
|
<commons.io.version>2.13.0</commons.io.version>
|
|
|
+ <commons.collections.version>3.2.2</commons.collections.version>
|
|
|
<poi.version>4.1.2</poi.version>
|
|
|
<velocity.version>2.3</velocity.version>
|
|
|
<jwt.version>0.9.1</jwt.version>
|
|
@@ -105,6 +107,13 @@
|
|
|
<version>${velocity.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
+ <!-- collections工具类 -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>commons-collections</groupId>
|
|
|
+ <artifactId>commons-collections</artifactId>
|
|
|
+ <version>${commons.collections.version}</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<!-- 阿里JSON解析器 -->
|
|
|
<dependency>
|
|
|
<groupId>com.alibaba.fastjson2</groupId>
|
|
@@ -128,36 +137,36 @@
|
|
|
|
|
|
<!-- 定时任务-->
|
|
|
<dependency>
|
|
|
- <groupId>com.newcpms</groupId>
|
|
|
- <artifactId>quartz</artifactId>
|
|
|
+ <groupId>com.ruoyi</groupId>
|
|
|
+ <artifactId>ruoyi-quartz</artifactId>
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 代码生成-->
|
|
|
<dependency>
|
|
|
- <groupId>com.newcpms</groupId>
|
|
|
- <artifactId>generator</artifactId>
|
|
|
+ <groupId>com.ruoyi</groupId>
|
|
|
+ <artifactId>ruoyi-generator</artifactId>
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 核心模块-->
|
|
|
<dependency>
|
|
|
- <groupId>com.newcpms</groupId>
|
|
|
- <artifactId>framework</artifactId>
|
|
|
+ <groupId>com.ruoyi</groupId>
|
|
|
+ <artifactId>ruoyi-framework</artifactId>
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 系统模块-->
|
|
|
<dependency>
|
|
|
- <groupId>com.newcpms</groupId>
|
|
|
- <artifactId>system</artifactId>
|
|
|
+ <groupId>com.ruoyi</groupId>
|
|
|
+ <artifactId>ruoyi-system</artifactId>
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
|
|
|
|
<!-- 通用工具-->
|
|
|
<dependency>
|
|
|
- <groupId>com.newcpms</groupId>
|
|
|
- <artifactId>common</artifactId>
|
|
|
+ <groupId>com.ruoyi</groupId>
|
|
|
+ <artifactId>ruoyi-common</artifactId>
|
|
|
<version>${ruoyi.version}</version>
|
|
|
</dependency>
|
|
|
|
|
@@ -165,12 +174,12 @@
|
|
|
</dependencyManagement>
|
|
|
|
|
|
<modules>
|
|
|
- <module>admin</module>
|
|
|
- <module>framework</module>
|
|
|
- <module>system</module>
|
|
|
- <module>quartz</module>
|
|
|
- <module>generator</module>
|
|
|
- <module>common</module>
|
|
|
+ <module>ruoyi-admin</module>
|
|
|
+ <module>ruoyi-framework</module>
|
|
|
+ <module>ruoyi-system</module>
|
|
|
+ <module>ruoyi-quartz</module>
|
|
|
+ <module>ruoyi-generator</module>
|
|
|
+ <module>ruoyi-common</module>
|
|
|
</modules>
|
|
|
<packaging>pom</packaging>
|
|
|
|