| | |
| | | <description>RuoYi-Vue-Plus多租户管理系统</description> |
| | | |
| | | <properties> |
| | | <revision>5.0.0-BETA</revision> |
| | | <revision>5.1.0-SNAPSHOT</revision> |
| | | <spring-boot.version>3.0.7</spring-boot.version> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| | |
| | | <bouncycastle.version>1.72</bouncycastle.version> |
| | | <!-- 离线IP地址定位库 --> |
| | | <ip2region.version>2.7.0</ip2region.version> |
| | | <justauth.version>1.15.6</justauth.version> |
| | | |
| | | <!-- 临时修复 snakeyaml 漏洞 --> |
| | | <snakeyaml.version>1.33</snakeyaml.version> |
| | |
| | | <version>${snakeyaml.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 第三方授权登录 --> |
| | | <dependency> |
| | | <groupId>me.zhyd.oauth</groupId> |
| | | <artifactId>JustAuth</artifactId> |
| | | <version>${justauth.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- 加密包引入 --> |
| | | <dependency> |
| | | <groupId>org.bouncycastle</groupId> |