2024-04-21 17:39:21 +00: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>
|
2024-04-24 09:27:52 +00:00
|
|
|
<artifactId>ruoyi-models</artifactId>
|
2024-04-21 17:39:21 +00:00
|
|
|
<groupId>com.ruoyi</groupId>
|
2024-06-30 20:24:05 +00:00
|
|
|
<version>3.8.8.3.1</version>
|
2024-04-21 17:39:21 +00:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
2024-04-24 09:27:52 +00:00
|
|
|
<artifactId>ruoyi-models-starter</artifactId>
|
2024-04-21 17:39:21 +00:00
|
|
|
|
|
|
|
<description>
|
2024-04-24 09:27:52 +00:00
|
|
|
中间件
|
2024-04-21 17:39:21 +00:00
|
|
|
</description>
|
|
|
|
|
|
|
|
<dependencies>
|
2024-04-24 09:27:52 +00:00
|
|
|
|
2025-01-09 10:08:36 +00:00
|
|
|
<!-- 定时任务模块 -->
|
2024-04-21 17:39:21 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
2025-01-09 10:08:36 +00:00
|
|
|
<artifactId>ruoyi-quartz</artifactId>
|
2024-04-21 17:39:21 +00:00
|
|
|
</dependency>
|
|
|
|
|
2025-01-09 10:08:36 +00:00
|
|
|
<!-- 代码生成模块 -->
|
2024-04-24 09:27:52 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
2025-01-09 10:08:36 +00:00
|
|
|
<artifactId>ruoyi-generator</artifactId>
|
2024-04-24 09:27:52 +00:00
|
|
|
</dependency>
|
|
|
|
|
2025-01-09 10:08:36 +00:00
|
|
|
<!-- 在线开发模块 -->
|
2024-04-21 17:39:21 +00:00
|
|
|
<dependency>
|
2024-04-24 09:27:52 +00:00
|
|
|
<groupId>com.ruoyi</groupId>
|
2025-01-09 10:08:36 +00:00
|
|
|
<artifactId>ruoyi-online</artifactId>
|
2024-04-24 09:27:52 +00:00
|
|
|
</dependency>
|
|
|
|
|
2025-01-09 10:08:36 +00:00
|
|
|
<!-- 消息模块 -->
|
2024-04-24 09:27:52 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.ruoyi</groupId>
|
2025-01-09 10:08:36 +00:00
|
|
|
<artifactId>ruoyi-message</artifactId>
|
2024-04-21 17:39:21 +00:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|