<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>cn.mapleafgo</groupId>
  <artifactId>jcasbin-extra</artifactId>
  <version>0.2.2</version>
  <name>jcasbin-extra</name>
  <description>JCasbin 的扩充，包含 HutoolDB Adapter，Etcd Watcher</description>
  <url>https://github.com/mapleafgo/jcasbin-extra</url>
  <inceptionYear>2020</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>./LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mapleafgo</id>
      <name>慕枫</name>
      <email>mapleafgo@163.com</email>
      <url>https://github.com/mapleafgo</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/mapleafgo/jcasbin-extra.git</connection>
    <developerConnection>scm:git:ssh://github.com/mapleafgo/jcasbin-extra.git</developerConnection>
    <url>https://github.com/mapleafgo/jcasbin-extra</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.casbin</groupId>
      <artifactId>jcasbin</artifactId>
      <version>1.81.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.etcd</groupId>
      <artifactId>jetcd-core</artifactId>
      <version>0.8.5</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>cn.hutool</groupId>
      <artifactId>hutool-core</artifactId>
      <version>5.8.38</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>cn.hutool</groupId>
      <artifactId>hutool-db</artifactId>
      <version>5.8.38</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
