2024-08-08 14:57:05 +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.bonus.sgzb</groupId>
|
|
|
|
|
<artifactId>sgzb-common</artifactId>
|
|
|
|
|
<version>3.6.3</version>
|
|
|
|
|
</parent>
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
|
|
<artifactId>sgzb-common-security</artifactId>
|
|
|
|
|
|
|
|
|
|
<description>
|
|
|
|
|
sgzb-common-security安全模块
|
|
|
|
|
</description>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
<!-- Spring Web -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
|
<artifactId>spring-webmvc</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- RuoYi Api System -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.bonus.sgzb</groupId>
|
|
|
|
|
<artifactId>sgzb-api-system</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- RuoYi Common Redis-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.bonus.sgzb</groupId>
|
|
|
|
|
<artifactId>sgzb-common-redis</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2024-09-03 09:15:46 +08:00
|
|
|
<dependency>
|
|
|
|
|
<groupId>cn.hutool</groupId>
|
|
|
|
|
<artifactId>hutool-all</artifactId>
|
|
|
|
|
<version>4.6.16</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.alibaba.fastjson2</groupId>
|
|
|
|
|
<artifactId>fastjson2</artifactId>
|
|
|
|
|
<version>2.0.43</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
|
|
<!-- <artifactId>spring-boot-configuration-processor</artifactId>-->
|
|
|
|
|
<!-- <version>3.1.0</version>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
<!-- <groupId>com.alibaba</groupId>-->
|
|
|
|
|
<!-- <artifactId>fastjson</artifactId>-->
|
|
|
|
|
<!-- <version>2.0.25</version>-->
|
|
|
|
|
<!-- <scope>compile</scope>-->
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
2024-08-08 14:57:05 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
</project>
|