RuoYi/ruoyi-system/pom.xml

28 lines
761 B
XML
Raw Normal View History

2019-11-22 14:53:44 +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>
<artifactId>ruoyi</artifactId>
<groupId>com.ruoyi</groupId>
2020-09-14 21:24:20 +08:00
<version>4.4.0</version>
2019-11-22 14:53:44 +08:00
</parent>
<modelVersion>4.0.0</modelVersion>
2020-09-14 21:24:20 +08:00
2019-11-22 14:53:44 +08:00
<artifactId>ruoyi-system</artifactId>
2020-09-14 21:24:20 +08:00
2019-11-22 14:53:44 +08:00
<description>
2020-09-14 21:24:20 +08:00
system系统模块
</description>
2019-11-22 14:53:44 +08:00
<dependencies>
2020-09-14 21:24:20 +08:00
2019-11-22 14:53:44 +08:00
<!-- 通用工具-->
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common</artifactId>
</dependency>
</dependencies>
2020-09-14 21:24:20 +08:00
2018-10-07 14:16:47 +08:00
</project>