RUOYI-geek/ruoyi-models/ruoyi-online/pom.xml

26 lines
761 B
XML
Raw Normal View History

2024-01-26 16:51:40 +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-01-26 16:51:40 +00:00
<groupId>com.ruoyi</groupId>
2024-05-21 08:54:23 +00:00
<version>3.8.7.3.4</version>
2024-01-26 16:51:40 +00:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ruoyi-online</artifactId>
<description>
online系统模块
</description>
<dependencies>
2024-03-01 16:28:24 +00:00
<!-- 系统框架 -->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common</artifactId>
2024-03-01 16:28:24 +00:00
</dependency>
2024-01-26 16:51:40 +00:00
</dependencies>
</project>