<?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.cube</groupId>
    <artifactId>yundt-cube-root</artifactId>
    <version>3.32.1.0-OC-SNAPSHOT</version>
  </parent>
  <groupId>com.dtyunxi.yundt.cube</groupId>
  <artifactId>yundt-cube-bom</artifactId>
  <version>3.32.1.0-OC-SNAPSHOT</version>
  <packaging>pom</packaging>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>yundt-cube-infra-bom</artifactId>
        <version>${yundt-cube-infra.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>yundt-cube-imk-bom</artifactId>
        <version>${yundt-cube-imk.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>yundt-cube-icom2c-bom</artifactId>
        <version>${yundt-cube-icom2c.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>yundt-cube-icom2b-bom</artifactId>
        <version>${yundt-cube-icom2b.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>yundt-cube-oc-bom</artifactId>
        <version>${yundt-cube-oc-bom.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
