ah_jjzhgd_service/securitycontrol-commons/securitycontrol-commons-redis/pom.xml

25 lines
1017 B
XML
Raw Normal View History

2024-02-20 13:17:10 +08:00
<?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">
2024-03-28 20:49:45 +08:00
<modelVersion>4.0.0</modelVersion>
2024-02-20 13:17:10 +08:00
<parent>
<artifactId>securitycontrol-commons</artifactId>
<groupId>com.securitycontrol</groupId>
<version>3.6.1</version>
</parent>
<artifactId>securitycontrol-commons-redis</artifactId>
<dependencies>
<!-- SpringBoot Boot Redis -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
2024-03-28 20:49:45 +08:00
<!-- JSON 解析器和生成器 -->
2024-02-20 13:17:10 +08:00
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
2024-03-28 20:49:45 +08:00
<version>${fastjson.version}</version>
2024-02-20 13:17:10 +08:00
</dependency>
</dependencies>
</project>