2021-12-21 10:15:12 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
|
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>
|
2021-12-24 11:04:19 +08:00
|
|
|
<artifactId>ruoyi-flowable-plus</artifactId>
|
2021-12-21 10:15:12 +08:00
|
|
|
<groupId>com.ruoyi</groupId>
|
2023-03-28 22:49:22 +08:00
|
|
|
<version>0.8.2</version>
|
2021-12-21 10:15:12 +08:00
|
|
|
</parent>
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
<artifactId>ruoyi-system</artifactId>
|
|
|
|
|
|
2022-01-08 15:42:53 +00:00
|
|
|
<description>
|
|
|
|
|
system系统模块
|
|
|
|
|
</description>
|
2021-12-21 10:15:12 +08:00
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
<!-- 通用工具-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
|
<artifactId>ruoyi-common</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2022-01-18 13:16:15 +00:00
|
|
|
<!-- Flowable功能模块 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
|
<artifactId>ruoyi-flowable</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2021-12-21 10:15:12 +08:00
|
|
|
<!-- OSS功能模块 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
|
<artifactId>ruoyi-oss</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2022-07-05 23:40:47 +08:00
|
|
|
<!-- SMS功能模块 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
|
<artifactId>ruoyi-sms</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2021-12-21 10:15:12 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
</project>
|