february/february-common/february-common-redis/pom.xml

44 lines
1.3 KiB
XML

<?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>
<groupId>com.february</groupId>
<artifactId>february-common</artifactId>
<version>3.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<version>3.6.3</version>
<artifactId>february-common-redis</artifactId>
<description>
february-common-redis缓存服务
</description>
<dependencies>
<!-- SpringBoot Boot Redis -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<!-- RuoYi Common Core-->
<dependency>
<groupId>com.february</groupId>
<artifactId>february-common-core</artifactId>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>february-release</id>
<name>february-release</name>
<url>http://192.168.32.144:8081/repository/maven-releases/</url>
</repository>
</distributionManagement>
</project>