2023-07-05 11:40:25 +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>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
2023-07-08 16:36:43 +08:00
|
|
|
<artifactId>ruoyi-modules</artifactId>
|
2023-07-08 18:57:52 +08:00
|
|
|
<version>${revision}</version>
|
2023-07-05 11:40:25 +08:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2023-08-15 22:24:31 +08:00
|
|
|
<packaging>jar</packaging>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
2023-07-08 16:36:43 +08:00
|
|
|
<artifactId>ruoyi-demo</artifactId>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
|
|
|
<description>
|
2023-07-08 16:36:43 +08:00
|
|
|
demo模块
|
2023-07-05 11:40:25 +08:00
|
|
|
</description>
|
|
|
|
|
|
|
|
<dependencies>
|
2023-07-09 16:43:54 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
2023-07-17 22:06:55 +08:00
|
|
|
<artifactId>ruoyi-common-core</artifactId>
|
2023-07-09 16:43:54 +08:00
|
|
|
</dependency>
|
2023-07-05 11:40:25 +08:00
|
|
|
|
2023-08-15 22:24:31 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<artifactId>ruoyi-common-web</artifactId>
|
|
|
|
</dependency>
|
2024-01-27 10:57:32 +08:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<artifactId>ruoyi-common-sms</artifactId>
|
|
|
|
</dependency>
|
2023-08-15 22:24:31 +08:00
|
|
|
|
2023-07-29 08:11:42 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<artifactId>ruoyi-common-springdoc</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
2023-11-22 22:25:17 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<artifactId>ruoyi-common-excel</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<artifactId>ruoyi-common-log</artifactId>
|
|
|
|
</dependency>
|
2024-01-26 09:09:09 +08:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
|
|
|
<artifactId>ruoyi-common-mail</artifactId>
|
|
|
|
</dependency>
|
2023-11-22 22:25:17 +08:00
|
|
|
|
2023-07-05 11:40:25 +08:00
|
|
|
</dependencies>
|
|
|
|
|
2023-07-08 16:36:43 +08:00
|
|
|
</project>
|