<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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-ioc-modules</artifactId>
    <version>3.16.2.2-SNAPSHOT</version>
  </parent>
  <groupId>com.dtyunxi.yundt</groupId>
  <artifactId>yundt-cube-center-inventory</artifactId>
  <version>3.16.2.0-TCBJ-PPE-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>${project.artifactId}</name>
  <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-inventoryapi</module>
    <module>yundt-cube-inventorystdeo</module>
    <module>yundt-cube-inventoryeo</module>
    <module>yundt-cube-center-inventorydao</module>
    <module>yundt-cube-center-inventorybiz</module>
    <module>yundt-cube-center-inventoryservice</module>
  </modules>
  <distributionManagement>
    <repository>
      <id>public</id>
      <url>https://mvn.by-health.com/nexus/content/repositories/yxlocalReleases/</url>
    </repository>
    <snapshotRepository>
      <id>snapshots</id>
      <url>https://mvn.by-health.com/nexus/content/repositories/yxlocalSnapshots/</url>
    </snapshotRepository>
  </distributionManagement>
  <properties>
    <yundt-cube-center-item.version>3.19.1.0-TCBJ-PPE-SNAPSHOT</yundt-cube-center-item.version>
    <yundt-cube-center-rebate.version>3.19.1.0-TCBJ-PPE-SNAPSHOT</yundt-cube-center-rebate.version>
    <bundle-base-center-item.version>3.19.1.0-TCBJ-PPE-SNAPSHOT</bundle-base-center-item.version>
    <yundt-cube-center-customer.version>3.20.1.0-TCBJ-PPE-SNAPSHOT</yundt-cube-center-customer.version>
    <bundle-base-center-trade.version>3.19.2.0-TCBJ-PROD-SNAPSHOT</bundle-base-center-trade.version>
    <yundt-cube-center-trade.version>3.19.2.0-TCBJ-PROD-SNAPSHOT</yundt-cube-center-trade.version>
    <bundle-base-center-inventory.version>3.16.2.0-TCBJ-SNAPSHOT</bundle-base-center-inventory.version>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.dtyunxi.cube</groupId>
        <artifactId>cube-support-springcloud</artifactId>
        <version>2.6.0-RELEASE</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-tradeapi</artifactId>
        <version>${yundt-cube-center-trade.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.icom</groupId>
        <artifactId>bundle-base-center-tradeapi</artifactId>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-customerapi</artifactId>
        <version>${yundt-cube-center-customer.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-shopapi</artifactId>
        <version>3.19.1.0-TCBJ-PPE-SNAPSHOT</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <repositories>
    <repository>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
      <id>public</id>
      <url>https://mvn.by-health.com/nexus/content/groups/yx/</url>
    </repository>
  </repositories>
  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>flatten-maven-plugin</artifactId>
      </plugin>
    </plugins>
  </build>
</project>
