<?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.tonycody.maven.plugins</groupId>
  <artifactId>sorter</artifactId>
  <version>1.0.1</version>
  <name>Sorter</name>
  <description>This is Sorter Module</description>
  <url>https://github.com/tonycody/maven-plugins/sorter-maven-plugin-parent/sorter/</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>tonycody</id>
      <name>Tony Cody</name>
      <email>tonycody@qq.com</email>
      <url>https://tonycody.github.io/</url>
      <roles>
        <role>Owner</role>
      </roles>
      <timezone>+8</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/tonycody/maven-plugins.git/sorter-maven-plugin-parent/sorter</connection>
    <developerConnection>scm:git:https://github.com/tonycody/maven-plugins.git/sorter-maven-plugin-parent/sorter</developerConnection>
    <url>https://github.com/tonycody/maven-plugins/sorter-maven-plugin-parent/sorter</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>io.vavr</groupId>
      <artifactId>vavr</artifactId>
      <version>0.10.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>cn.hutool</groupId>
      <artifactId>hutool-all</artifactId>
      <version>5.8.20</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.dom4j</groupId>
      <artifactId>dom4j</artifactId>
      <version>2.1.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.26</version>
      <scope>provided</scope>
    </dependency>
  </dependencies>
</project>
