Zlpt-Cloud/zlpt-common/zlpt-common-redis/pom.xml

37 lines
1.1 KiB
XML
Raw Permalink Normal View History

2023-11-30 11:27:42 +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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
2023-12-02 13:09:47 +08:00
<groupId>com.bonus.zlpt</groupId>
<artifactId>zlpt-common</artifactId>
2023-11-30 11:27:42 +08:00
<version>3.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
2023-12-02 13:09:47 +08:00
<artifactId>zlpt-common-redis</artifactId>
2023-11-30 11:27:42 +08:00
<description>
2023-12-02 13:09:47 +08:00
zlpt-common-redis缓存服务
2023-11-30 11:27:42 +08:00
</description>
<dependencies>
<!-- SpringBoot Boot Redis -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<!-- RuoYi Common Core-->
<dependency>
2023-12-02 13:09:47 +08:00
<groupId>com.bonus.zlpt</groupId>
<artifactId>zlpt-common-core</artifactId>
2023-11-30 11:27:42 +08:00
</dependency>
2023-12-02 13:09:47 +08:00
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
</dependency>
2023-11-30 11:27:42 +08:00
</dependencies>
</project>