54 lines
1.6 KiB
XML
54 lines
1.6 KiB
XML
|
|
<?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>
|
||
|
|
<artifactId>ruoyi</artifactId>
|
||
|
|
<version>3.8.5</version>
|
||
|
|
</parent>
|
||
|
|
|
||
|
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
<artifactId>ruoyi-mall</artifactId>
|
||
|
|
|
||
|
|
<description>
|
||
|
|
system系统模块
|
||
|
|
</description>
|
||
|
|
|
||
|
|
<dependencies>
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.ruoyi</groupId>
|
||
|
|
<artifactId>ruoyi-system</artifactId>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>cc.jinyun</groupId>
|
||
|
|
<artifactId>bestsign-spring-boot-starter</artifactId>
|
||
|
|
<version>1.0</version>
|
||
|
|
<scope>system</scope>
|
||
|
|
<systemPath>${project.basedir}/../libs/bestsign-spring-boot-starter-1.0.jar</systemPath>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>org.springframework</groupId>
|
||
|
|
<artifactId>spring-test</artifactId>
|
||
|
|
<version>5.3.20</version>
|
||
|
|
</dependency>
|
||
|
|
<dependency>
|
||
|
|
<groupId>io.swagger</groupId>
|
||
|
|
<artifactId>swagger-annotations</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>com.google.guava</groupId>
|
||
|
|
<artifactId>guava</artifactId>
|
||
|
|
</dependency>
|
||
|
|
|
||
|
|
<dependency>
|
||
|
|
<groupId>cn.hutool</groupId>
|
||
|
|
<artifactId>hutool-all</artifactId>
|
||
|
|
<version>5.7.13</version>
|
||
|
|
</dependency>
|
||
|
|
</dependencies>
|
||
|
|
|
||
|
|
</project>
|