<?xml version="1.0"?>
<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>com.github.TommyLemon</groupId>
  <artifactId>unitauto-java</artifactId>
  <version>2.6.0</version>
  <name>UnitAuto</name>
  <description>UnitAuto Java 库，可通过 Maven, Gradle 等远程依赖。UnitAuto Java Library for remote dependencies with Maven, Gradle, etc.</description>
  <url>https://github.com/TommyLemon/UnitAuto</url>
  <inceptionYear>2020</inceptionYear>
  <licenses>
    <license>
      <name>Apache License 2.0</name>
      <url>https://api.github.com/licenses/apache-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>TommyLemon</id>
      <name>TommyLemon</name>
      <email></email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git://github.com/TommyLemon/unitauto-java.git</connection>
    <developerConnection>scm:git://github.com/TommyLemon/unitauto-java.git</developerConnection>
    <url>git://github.com/TommyLemon/unitauto-java.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.alibaba</groupId>
      <artifactId>fastjson</artifactId>
      <version>1.2.58</version>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-maven-plugin</artifactId>
      </plugin>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.8</source>
          <target>1.8</target>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>
