<?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.18.2.0-SNAPSHOT</version>
    <relativePath></relativePath>
  </parent>
  <groupId>com.dtyunxi.yundt</groupId>
  <artifactId>yundt-cube-center-user</artifactId>
  <version>3.18.2.0-TOB-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>${project.artifactId}</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-userapi</module>
    <module>yundt-cube-center-userconf</module>
    <module>yundt-cube-center-userevent</module>
    <module>yundt-cube-center-userservice</module>
  </modules>
  <properties>
    <revision>3.18.2.0-TOB-SNAPSHOT</revision>
    <bundle-organization-center-user.version>3.18.2.0-TOB-SNAPSHOT</bundle-organization-center-user.version>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>bundle-base-center-user-bom</artifactId>
        <version>${yundt-cube-infra.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>bundle-organization-center-user-bom</artifactId>
        <version>${bundle-organization-center-user.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>bundle-wechat-organization-center-user-bom</artifactId>
        <version>${yundt-cube-infra.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>bundle-workflow-center-user-bom</artifactId>
        <version>${yundt-cube-infra.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
