mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-23 10:58:34 +08:00
update springdoc 3.0.1 => 3.0.2 update spring-boot-admin 4.0.1 => 4.0.2 update redisson 4.2.0 => 4.3.0 update ip2region 3.3.4 => 3.3.6 update aws-sdk 2.41.34 => 2.42.9 update anyline 8.7.3-20260202 => 8.7.3-20260306 update maven-surefire-plugin 3.5.4 => 3.5.5
33 lines
1014 B
XML
33 lines
1014 B
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>org.dromara</groupId>
|
||
<artifactId>ruoyi-common</artifactId>
|
||
<version>${revision}</version>
|
||
</parent>
|
||
<modelVersion>4.0.0</modelVersion>
|
||
|
||
<artifactId>ruoyi-common-security</artifactId>
|
||
|
||
<description>
|
||
ruoyi-common-security 安全模块
|
||
</description>
|
||
|
||
<dependencies>
|
||
<dependency>
|
||
<groupId>org.dromara</groupId>
|
||
<artifactId>ruoyi-common-satoken</artifactId>
|
||
</dependency>
|
||
|
||
<!-- Sa-Token 权限认证, 在线文档:http://sa-token.dev33.cn/ -->
|
||
<dependency>
|
||
<groupId>cn.dev33</groupId>
|
||
<artifactId>sa-token-spring-boot4-starter</artifactId>
|
||
</dependency>
|
||
|
||
</dependencies>
|
||
|
||
</project>
|