<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <parent>
    <artifactId>oss-parent</artifactId>
    <groupId>org.sonatype.oss</groupId>
    <version>9</version>
    <relativePath>../pom.xml/pom.xml</relativePath>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.a404318964</groupId>
  <artifactId>ZwjUtils</artifactId>
  <version>1.0</version>
  <developers>
    <developer>
      <name>zwj</name>
      <email>404318964@qq.com</email>
      <organization>zwj</organization>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>https://github.com/a404318964/ZwjUtils.git</connection>
    <developerConnection>https://github.com/a404318964/ZwjUtils</developerConnection>
    <tag>master</tag>
    <url>https://github.com/a404318964/ZwjUtils</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.7.0</version>
        <configuration>
          <source>1.8</source>
          <target>1.8</target>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-shade-plugin</artifactId>
        <version>3.1.1</version>
        <executions>
          <execution>
            <phase>package</phase>
            <goals>
              <goal>shade</goal>
            </goals>
          </execution>
        </executions>
        <configuration>
          <createDependencyReducedPom>true</createDependencyReducedPom>
        </configuration>
      </plugin>
    </plugins>
  </build>
  <repositories>
    <repository>
      <id>aliyun-nexus</id>
      <name>Nexus</name>
      <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
    </repository>
    <repository>
      <id>getui-nexus</id>
      <url>http://mvn.gt.igexin.com/nexus/content/repositories/releases/</url>
    </repository>
  </repositories>
  <pluginRepositories>
    <pluginRepository>
      <id>aliyun-nexus</id>
      <name>Nexus</name>
      <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
    </pluginRepository>
  </pluginRepositories>
  <distributionManagement>
    <repository>
      <id>sonatype-nexus-staging</id>
      <name>OSS Staging Repository</name>
      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>sonatype-nexus-snapshots</id>
      <name>OSS Snapshots Repository</name>
      <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
    </snapshotRepository>
  </distributionManagement>
  <properties>
    <spring.version>4.3.13.RELEASE</spring.version>
    <version.httpasyncclient>4.1.3</version.httpasyncclient>
    <version.ehcache>2.10.4</version.ehcache>
    <version.commons-io>2.6</version.commons-io>
    <version.commons-fileupload>1.3.3</version.commons-fileupload>
    <version.fastjson>1.2.47</version.fastjson>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <mybatis.version>3.4.5</mybatis.version>
    <version.httpclient>4.5.4</version.httpclient>
    <version.aspectj>1.8.13</version.aspectj>
    <slf4j.version>1.7.18</slf4j.version>
    <version.jackson>2.9.3</version.jackson>
    <version.pagehelper>5.1.2</version.pagehelper>
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    <version.javaee-api>8.0</version.javaee-api>
    <version.swagger>2.7.0</version.swagger>
    <version.shiro>1.4.0</version.shiro>
    <version.druid>1.1.6</version.druid>
    <mysql-driver.version>5.1.45</mysql-driver.version>
    <version.jedis>2.9.0</version.jedis>
    <log4j.version>1.2.17</log4j.version>
  </properties>
</project>
