<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>top.chwei</groupId>
    <artifactId>agile-starter-cache</artifactId>
    <version>0.0.1</version>
  </parent>
  <groupId>top.chwei</groupId>
  <artifactId>agile-starter-cache-springcache</artifactId>
  <version>0.0.1</version>
  <description>Agile Starter 缓存模块 - Spring Cache</description>
  <url>https://spring.io/projects/spring-boot/agile-starter-dependencies/agile-framework-starter/agile-starter-cache/agile-starter-cache-springcache</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Spring</name>
      <email>ask@spring.io</email>
      <organization>VMware, Inc.</organization>
      <organizationUrl>https://www.spring.io</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/chyi-dev/agile-starter-cache/agile-starter-cache-springcache</connection>
    <developerConnection>scm:git:git@github.com/chyi-dev/agile-starter-cache/agile-starter-cache-springcache</developerConnection>
    <url>https://github.com/chyi-dev/agile-starter-cache/agile-starter-cache-springcache</url>
  </scm>
  <issueManagement />
  <dependencies>
    <dependency>
      <groupId>top.chwei</groupId>
      <artifactId>agile-starter-cache-redisson</artifactId>
      <version>0.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>cn.hutool</groupId>
      <artifactId>hutool-crypto</artifactId>
      <version>5.8.34</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
