<?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>
  <parent>
    <groupId>top.continew</groupId>
    <artifactId>continew-starter</artifactId>
    <version>2.12.0</version>
  </parent>
  <groupId>top.continew</groupId>
  <artifactId>continew-starter-api-doc</artifactId>
  <version>2.12.0</version>
  <description>ContiNew Starter API 文档模块</description>
  <url>https://github.com/continew-org/continew-starter/continew-starter-api-doc</url>
  <licenses>
    <license>
      <name>GNU LESSER GENERAL PUBLIC LICENSE</name>
      <url>http://www.gnu.org/licenses/lgpl.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>charles7c</id>
      <name>Charles7c</name>
      <email>charles7c@126.com</email>
      <url>https://github.com/Charles7c</url>
      <roles>
        <role>Creator</role>
        <role>Java Development Engineer</role>
      </roles>
      <timezone>+8</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:continew-org/continew-starter.git/continew-starter-api-doc</connection>
    <developerConnection>scm:git:git@github.com:continew-org/continew-starter.git/continew-starter-api-doc</developerConnection>
    <url>https://github.com/continew-org/continew-starter/continew-starter-api-doc</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.github.xiaoymin</groupId>
      <artifactId>knife4j-openapi3-jakarta-spring-boot-starter</artifactId>
      <version>4.5.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>top.continew</groupId>
      <artifactId>continew-starter-core</artifactId>
      <version>2.12.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
