<?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>cn.junln.framework</groupId>
    <artifactId>junln-cache</artifactId>
    <version>1.0.0</version>
  </parent>
  <groupId>cn.junln.framework</groupId>
  <artifactId>junln-cache-springcache</artifactId>
  <version>1.0.0</version>
  <name>junln-cache-springcache</name>
  <description>Junln Framework 缓存模块 - Spring Cache</description>
  <url>https://github.com/orgs/junln-framework/junln-cache/junln-cache-springcache</url>
  <licenses>
    <license>
      <name>GNU LESSER GENERAL PUBLIC LICENSE</name>
      <url>http://www.gnu.org/licenses/lgpl.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>zjyau</id>
      <name>zjyau</name>
      <email>zjyau@hotmail.com</email>
      <url>https://github.com/zjyau</url>
      <roles>
        <role>Creator</role>
        <role>Java Development Engineer</role>
      </roles>
      <timezone>+8</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:junln-framework/b18hfkzvw4.git/junln-cache/junln-cache-springcache</connection>
    <developerConnection>scm:git:git@github.com:junln-framework/b18hfkzvw4.git/junln-cache/junln-cache-springcache</developerConnection>
    <url>https://github.com/orgs/junln-framework/b18hfkzvw4/junln-cache/junln-cache-springcache</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>ossrh</id>
      <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>ossrh</id>
      <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
    </snapshotRepository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>cn.junln.framework</groupId>
      <artifactId>junln-cache-redisson</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>cn.hutool</groupId>
      <artifactId>hutool-crypto</artifactId>
      <version>5.8.41</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>cn.junln.framework</groupId>
      <artifactId>junln-core</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
