<?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>com.dtyunxi.yundt</groupId>
    <artifactId>yundt-cube-modules</artifactId>
    <version>3.16.2.0-SNAPSHOT</version>
    <relativePath></relativePath>
  </parent>
  <groupId>com.dtyunxi.yundt</groupId>
  <artifactId>yundt-cube-center-identity</artifactId>
  <version>3.16.2.0-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>yundt-cube-center-identity</name>
  <description>认证中心</description>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <modules>
    <module>yundt-cube-center-identityapi</module>
    <module>yundt-cube-center-identitybiz</module>
    <module>yundt-cube-center-identityconf</module>
    <module>yundt-cube-center-identitydao</module>
    <module>yundt-cube-center-identityeo</module>
    <module>yundt-cube-center-identityservice</module>
  </modules>
  <properties>
    <yundt-cube-center-identity.version>3.16.2.0-SNAPSHOT</yundt-cube-center-identity.version>
    <revision>3.16.2.0-SNAPSHOT</revision>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.dtyunxi.huieryun</groupId>
        <artifactId>huieryun-opensearch-dependencies-es6.8</artifactId>
        <version>${huieryun-dependencies.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>bundle-base-center-identity-bom</artifactId>
        <version>${yundt-cube-infra.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>bundle-periodic-center-identity-bom</artifactId>
        <version>${yundt-cube-infra.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>bundle-login-log-center-identity-bom</artifactId>
        <version>${yundt-cube-infra.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
