<?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>net.risesoft</groupId>
    <artifactId>y9-digitalbase-parent</artifactId>
    <version>9.7.0-RC2</version>
    <relativePath>../../../y9-digitalbase-parent/pom.xml</relativePath>
  </parent>
  <artifactId>risenet-y9boot-support-platform-service</artifactId>
  <version>9.7.0-RC2</version>
  <name>risenet-y9boot-support-platform-service</name>
  <description>RiseSoft/Digital Infrastructure platform service</description>
  <url>https://gitee.com/risesoft-y9/y9-core/tree/main/y9-digitalbase-parent/risenet-y9boot-support-platform-service</url>
  <licenses>
    <license>
      <name>GNU General Public License (GPL) version 3.0</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.en.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>dingzhaojun</name>
      <email>dingzhaojun@risesoft.net</email>
      <organization>risesoft</organization>
      <organizationUrl>https://www.risesoft.net</organizationUrl>
    </developer>
    <developer>
      <name>qinman</name>
      <email>qinman@risesoft.net</email>
      <organization>risesoft</organization>
      <organizationUrl>https://www.risesoft.net</organizationUrl>
    </developer>
    <developer>
      <name>shidaobang</name>
      <email>shidaobang@risesoft.net</email>
      <organization>risesoft</organization>
      <organizationUrl>https://www.risesoft.net</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://gitee.com/risesoft-y9/y9-core.git</connection>
    <developerConnection>scm:git:https://gitee.com/risesoft-y9/y9-core.git</developerConnection>
    <url>https://gitee.com/risesoft-y9/y9-core</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>net.risesoft</groupId>
      <artifactId>risenet-y9boot-support-platform-jpa-repository</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>net.risesoft</groupId>
      <artifactId>risenet-y9boot-support-audit</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>net.risesoft</groupId>
      <artifactId>risenet-y9boot-starter-multi-tenant</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>net.risesoft</groupId>
      <artifactId>risenet-y9boot-starter-liquibase</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>net.risesoft</groupId>
      <artifactId>risenet-y9boot-api-interface-platform</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>net.risesoft</groupId>
      <artifactId>risenet-y9boot-api-feignclient-log</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>net.risesoft</groupId>
      <artifactId>risenet-y9boot-starter-cache-redis</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>net.risesoft</groupId>
      <artifactId>risenet-y9boot-starter-publish-kafka</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>net.risesoft</groupId>
      <artifactId>risenet-y9boot-starter-log</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>net.risesoft</groupId>
      <artifactId>risenet-y9boot-starter-idgenerator</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>net.risesoft</groupId>
      <artifactId>risenet-y9boot-support-file-service-ftp</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>net.risesoft</groupId>
      <artifactId>risenet-y9boot-support-file-service-local</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>net.risesoft</groupId>
      <artifactId>risenet-y9boot-starter-permission</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>net.risesoft</groupId>
      <artifactId>risenet-y9boot-starter-web</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>jakarta.servlet</groupId>
      <artifactId>jakarta.servlet-api</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.projectlombok</groupId>
      <artifactId>lombok</artifactId>
      <scope>provided</scope>
    </dependency>
    <dependency>
      <groupId>org.aspectj</groupId>
      <artifactId>aspectjrt</artifactId>
    </dependency>
    <dependency>
      <groupId>org.aspectj</groupId>
      <artifactId>aspectjtools</artifactId>
    </dependency>
    <dependency>
      <groupId>org.aspectj</groupId>
      <artifactId>aspectjweaver</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-aspects</artifactId>
      <exclusions>
        <exclusion>
          <groupId>org.aspectj</groupId>
          <artifactId>aspectjweaver</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>cn.idev.excel</groupId>
      <artifactId>fastexcel</artifactId>
    </dependency>
    <dependency>
      <groupId>com.github.seancfoley</groupId>
      <artifactId>ipaddress</artifactId>
      <version>5.5.1</version>
    </dependency>
    <dependency>
      <groupId>net.javacrumbs.shedlock</groupId>
      <artifactId>shedlock-spring</artifactId>
    </dependency>
    <dependency>
      <groupId>net.javacrumbs.shedlock</groupId>
      <artifactId>shedlock-provider-jdbc-template</artifactId>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-test</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>dev.aspectj</groupId>
        <artifactId>aspectj-maven-plugin</artifactId>
      </plugin>
    </plugins>
  </build>
  <profiles>
    <profile>
      <id>build-api-doc</id>
      <build>
        <plugins>
          <plugin>
            <groupId>com.ly.smart-doc</groupId>
            <artifactId>smart-doc-maven-plugin</artifactId>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>
</project>
