2021-05-25 10:00:36 +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>
|
2023-03-31 18:39:10 +08:00
|
|
|
<groupId>org.dromara</groupId>
|
2023-01-18 20:23:11 +08:00
|
|
|
<artifactId>ruoyi-modules</artifactId>
|
2023-01-13 18:43:40 +08:00
|
|
|
<version>${revision}</version>
|
2021-05-25 10:00:36 +08:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>ruoyi-system</artifactId>
|
|
|
|
|
|
|
|
<description>
|
|
|
|
system系统模块
|
|
|
|
</description>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<!-- 通用工具-->
|
|
|
|
<dependency>
|
2023-03-31 18:39:10 +08:00
|
|
|
<groupId>org.dromara</groupId>
|
2023-01-18 17:09:43 +08:00
|
|
|
<artifactId>ruoyi-common-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
2023-01-18 21:03:06 +08:00
|
|
|
<dependency>
|
2023-03-31 18:39:10 +08:00
|
|
|
<groupId>org.dromara</groupId>
|
2023-01-18 21:03:06 +08:00
|
|
|
<artifactId>ruoyi-common-doc</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
2023-01-18 17:09:43 +08:00
|
|
|
<dependency>
|
2023-03-31 18:39:10 +08:00
|
|
|
<groupId>org.dromara</groupId>
|
2023-01-18 17:09:43 +08:00
|
|
|
<artifactId>ruoyi-common-mybatis</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2023-03-31 18:39:10 +08:00
|
|
|
<groupId>org.dromara</groupId>
|
2023-01-31 18:52:55 +08:00
|
|
|
<artifactId>ruoyi-common-translation</artifactId>
|
2021-05-25 10:00:36 +08:00
|
|
|
</dependency>
|
|
|
|
|
2021-08-04 17:26:14 +08:00
|
|
|
<!-- OSS功能模块 -->
|
|
|
|
<dependency>
|
2023-03-31 18:39:10 +08:00
|
|
|
<groupId>org.dromara</groupId>
|
2023-01-18 17:09:43 +08:00
|
|
|
<artifactId>ruoyi-common-oss</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2023-03-31 18:39:10 +08:00
|
|
|
<groupId>org.dromara</groupId>
|
2023-01-18 17:09:43 +08:00
|
|
|
<artifactId>ruoyi-common-log</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- excel-->
|
|
|
|
<dependency>
|
2023-03-31 18:39:10 +08:00
|
|
|
<groupId>org.dromara</groupId>
|
2023-01-18 17:09:43 +08:00
|
|
|
<artifactId>ruoyi-common-excel</artifactId>
|
2021-08-04 17:26:14 +08:00
|
|
|
</dependency>
|
|
|
|
|
2022-05-06 18:08:16 +08:00
|
|
|
<!-- SMS功能模块 -->
|
|
|
|
<dependency>
|
2023-03-31 18:39:10 +08:00
|
|
|
<groupId>org.dromara</groupId>
|
2023-01-18 17:09:43 +08:00
|
|
|
<artifactId>ruoyi-common-sms</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2023-03-31 18:39:10 +08:00
|
|
|
<groupId>org.dromara</groupId>
|
2023-02-16 09:06:10 +00:00
|
|
|
<artifactId>ruoyi-common-tenant</artifactId>
|
2023-01-18 17:09:43 +08:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2023-03-31 18:39:10 +08:00
|
|
|
<groupId>org.dromara</groupId>
|
2023-01-18 17:09:43 +08:00
|
|
|
<artifactId>ruoyi-common-security</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
2023-03-31 18:39:10 +08:00
|
|
|
<groupId>org.dromara</groupId>
|
2023-01-18 17:09:43 +08:00
|
|
|
<artifactId>ruoyi-common-web</artifactId>
|
2022-05-06 18:08:16 +08:00
|
|
|
</dependency>
|
|
|
|
|
2023-01-18 17:09:43 +08:00
|
|
|
<dependency>
|
2023-03-31 18:39:10 +08:00
|
|
|
<groupId>org.dromara</groupId>
|
2023-01-18 17:09:43 +08:00
|
|
|
<artifactId>ruoyi-common-idempotent</artifactId>
|
|
|
|
</dependency>
|
2023-01-31 21:02:51 +08:00
|
|
|
|
|
|
|
<dependency>
|
2023-03-31 18:39:10 +08:00
|
|
|
<groupId>org.dromara</groupId>
|
2023-01-31 21:02:51 +08:00
|
|
|
<artifactId>ruoyi-common-sensitive</artifactId>
|
|
|
|
</dependency>
|
2023-08-14 17:59:20 +08:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.dromara</groupId>
|
|
|
|
<artifactId>ruoyi-common-encrypt</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
2023-11-03 12:59:42 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.dromara</groupId>
|
|
|
|
<artifactId>ruoyi-common-websocket</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
2024-07-26 16:05:35 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.dromara</groupId>
|
|
|
|
<artifactId>ruoyi-common-sse</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
2021-05-25 10:00:36 +08:00
|
|
|
</dependencies>
|
|
|
|
|
2021-10-29 09:14:49 +08:00
|
|
|
</project>
|