<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>cn.liujunjiang</groupId>
  <artifactId>good-tool-core</artifactId>
  <version>1.0.7</version>
  <name>good-tool-core</name>
  <description>依赖hutool整合的Java工具类</description>
  <url>https://github.com/liuyangSunny/good-tool/good-tool-core</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>liuyang</name>
      <email>liuyang_deve@sina.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:liuyangSunny/good-tool.git/good-tool-core</connection>
    <developerConnection>scm:git@github.com:liuyangSunny/good-tool.git/good-tool-core</developerConnection>
    <url>git@github.com:liuyangSunny/good-tool.git/good-tool-core</url>
  </scm>
  <issueManagement>
    <system>Github Issue</system>
    <url>https://github.com/liuyangSunny/good-tool/issues</url>
  </issueManagement>
  <distributionManagement>
    <repository>
      <id>oss</id>
      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>oss</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    </snapshotRepository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>cn.hutool</groupId>
      <artifactId>hutool-all</artifactId>
      <version>4.5.4</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <version>1.18.6</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
