<?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>io.github.in666</groupId>
  <artifactId>goonseek-common-swagger</artifactId>
  <version>1.0.0</version>
  <name>goonseek-common-swagger</name>
  <description>API模块</description>
  <url>https://github.com/in666/goonseek</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>
      <id>in666</id>
      <name>in666</name>
      <email>yinqem@163.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://gitee.com/in666/goonseek.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:in666/goonseek.git</developerConnection>
    <url>https://github.com/in666/goonseek</url>
  </scm>
  <properties>
    <velocity.version>2.3</velocity.version>
    <knife4j.version>2.0.8</knife4j.version>
    <itext-asian.version>5.2.0</itext-asian.version>
    <bitwalker.version>1.21</bitwalker.version>
    <mapstruct.version>1.6.3</mapstruct.version>
    <aliyun.oss.version>3.17.2</aliyun.oss.version>
    <zxing.version>3.4.1</zxing.version>
    <spring-boot.version>2.3.7.RELEASE</spring-boot.version>
    <pinyin4j.version>2.5.1</pinyin4j.version>
    <poi-tl.version>1.12.2</poi-tl.version>
    <commons.fileupload.version>1.6.0</commons.fileupload.version>
    <baomidou.version>3.5.1</baomidou.version>
    <easyexcel.version>3.3.2</easyexcel.version>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <itextpdf.version>5.5.13</itextpdf.version>
    <fastjson.version>1.2.83</fastjson.version>
    <druid.version>1.2.11</druid.version>
    <httpclient.version>4.5.14</httpclient.version>
    <mysql.version>8.0.30</mysql.version>
    <commons.io.version>2.19.0</commons.io.version>
    <proguard.skip>false</proguard.skip>
    <swagger.version>1.6.6</swagger.version>
    <java.version>1.8</java.version>
    <minio.version>8.0.3</minio.version>
    <p6spy.version>3.9.1</p6spy.version>
    <icepdf-core.version>6.2.2</icepdf-core.version>
    <proguard.version>7.4.2</proguard.version>
    <kaptcha.version>2.3.2</kaptcha.version>
    <oracle.version>21.5.0.0</oracle.version>
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    <goonseek.version>1.0.0</goonseek.version>
    <flyway.version>6.4.4</flyway.version>
    <pgsql.version>42.6.0</pgsql.version>
  </properties>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <version>2.3.7.RELEASE</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.xiaoymin</groupId>
      <artifactId>knife4j-spring-boot-starter</artifactId>
      <version>2.0.8</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.central</groupId>
        <artifactId>central-publishing-maven-plugin</artifactId>
        <version>0.4.0</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
