RuoYi-Cloud/ruoyi-common/ruoyi-common-security/pom.xml

40 lines
1.2 KiB
XML
Raw Normal View History

2020-05-24 20:40:55 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common</artifactId>
2021-12-13 09:02:33 +08:00
<version>3.3.0</version>
2020-05-24 20:40:55 +08:00
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ruoyi-common-security</artifactId>
<description>
ruoyi-common-security安全模块
</description>
<dependencies>
2021-10-18 10:59:56 +08:00
<!-- Spring Web -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
</dependency>
2020-09-01 13:31:00 +08:00
<!-- RuoYi Api System -->
2020-05-24 20:40:55 +08:00
<dependency>
2020-09-01 13:31:00 +08:00
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-api-system</artifactId>
2020-05-24 20:40:55 +08:00
</dependency>
2021-10-18 10:59:56 +08:00
2020-09-01 13:31:00 +08:00
<!-- RuoYi Common Redis-->
2020-05-24 20:40:55 +08:00
<dependency>
<groupId>com.ruoyi</groupId>
2020-09-01 13:31:00 +08:00
<artifactId>ruoyi-common-redis</artifactId>
2020-05-24 20:40:55 +08:00
</dependency>
2021-10-18 10:59:56 +08:00
2020-05-24 20:40:55 +08:00
</dependencies>
</project>