sol-cloud/cloud/plugin/plugin-redis/pom.xml

19 lines
727 B
XML
Raw Normal View History

<?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">
2025-02-12 09:22:25 +00:00
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.bgasol</groupId>
<artifactId>plugin</artifactId>
<version>${revision}</version>
2025-02-12 09:22:25 +00:00
</parent>
<artifactId>plugin-redis</artifactId>
<dependencies>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson-spring-boot-starter</artifactId>
<version>${redisson.version}</version>
</dependency>
2025-02-12 09:22:25 +00:00
</dependencies>
</project>