<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
  ~
  ~ Copyright 2020-2030 ZHENGGENGWEI<码匠君>. All rights reserved.
  ~
  ~ *   Author: ZHENGGENGWEI<码匠君>
  ~ *   Contact: <herodotus@aliyun.com>
  ~ *   Blog and source code availability: <https://gitee.com/herodotus/herodotus-cloud>
  -->

<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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>cn.herodotus.stirrup</groupId>
        <artifactId>stirrup-starter</artifactId>
        <version>3.3.0.0</version>
    </parent>

    <artifactId>cache-spring-boot-starter</artifactId>

    <description>Herodotus 软件生态组件库缓存 Starter</description>

    <dependencies>
        <dependency>
            <groupId>cn.herodotus.stirrup</groupId>
            <artifactId>cache-module-redisson</artifactId>
        </dependency>
        <dependency>
            <groupId>cn.herodotus.stirrup</groupId>
            <artifactId>cache-module-jetcache</artifactId>
        </dependency>

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-cache</artifactId>
        </dependency>
    </dependencies>
</project>