<?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>org.minbox.framework</groupId>
    <artifactId>api-boot-starters</artifactId>
    <version>2.2.6.RELEASE</version>
  </parent>
  <groupId>org.minbox.framework</groupId>
  <artifactId>api-boot-starter-sequence</artifactId>
  <version>2.2.6.RELEASE</version>
  <description>分布式高效ID算法集成，基于Twitter的Snowflake（"雪花算法"）算法实现分布式高效有序ID生产黑科技

        Distributed efficient ID algorithm integration,
        based on Twitter's Snowflake algorithm to achieve distributed efficient and orderly ID production black
        technology.

        See more details：https://gitee.com/yu120/sequence</description>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>恒宇少年</name>
      <email>jnyuqy@gmail.com</email>
      <organization>minbox-projects</organization>
      <organizationUrl>https://gitee.com/minbox-projects</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://gitee.com/minbox-projects/api-boot.git</connection>
    <developerConnection>scm:git:https://gitee.com/minbox-projects/api-boot.git</developerConnection>
    <url>https://gitee.com/minbox-projects/api-boot</url>
  </scm>
  <properties>
    <main.basedir>${basedir}/../../..</main.basedir>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.minbox.framework</groupId>
      <artifactId>api-boot-starter</artifactId>
    </dependency>
    <dependency>
      <groupId>org.minbox.framework</groupId>
      <artifactId>api-boot-plugin-sequence</artifactId>
    </dependency>
  </dependencies>
</project>
