<?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>
  <groupId>io.github.chenfd99</groupId>
  <artifactId>mybatis-pagination-parent</artifactId>
  <version>1.13</version>
  <packaging>pom</packaging>
  <name>mybatis-pagination-parnent</name>
  <description>Mybatis 分页插件</description>
  <url>https://gitee.com/chenfd99_admin/mybatis-pagination</url>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>https://mit-license.org/</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>chenfd99</name>
      <email>chenfd99@qq.com</email>
      <url>https://github.com/chenfd99</url>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/chenfd99</connection>
    <developerConnection>https://github.com/chenfd99</developerConnection>
    <url>https://github.com/chenfd99</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.42</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
