25 lines
710 B
XML
25 lines
710 B
XML
|
<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/maven-v4_0_0.xsd">
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<parent>
|
||
|
<groupId>com.ruoyi</groupId>
|
||
|
<artifactId>ruoyi</artifactId>
|
||
|
<version>3.8.6</version>
|
||
|
</parent>
|
||
|
<artifactId>ruoyi-liandao</artifactId>
|
||
|
|
||
|
<description>
|
||
|
连岛官网模块
|
||
|
</description>
|
||
|
|
||
|
<dependencies>
|
||
|
|
||
|
<!-- 通用工具-->
|
||
|
<dependency>
|
||
|
<groupId>com.ruoyi</groupId>
|
||
|
<artifactId>ruoyi-common</artifactId>
|
||
|
</dependency>
|
||
|
|
||
|
</dependencies>
|
||
|
</project>
|