<?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.module</groupId>
    <artifactId>yundt-module-base</artifactId>
    <version>3.19.1.0-SNAPSHOT</version>
  </parent>
  <groupId>com.dtyunxi.module</groupId>
  <artifactId>yundt-module-item</artifactId>
  <version>3.19.1.0-TCBJ-PPE-SNAPSHOT</version>
  <packaging>pom</packaging>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <modules>
    <module>yundt-module-item-api</module>
    <module>yundt-module-item-biz</module>
    <module>yundt-module-item-protocol</module>
    <module>yundt-module-item-bo</module>
    <module>yundt-module-starter-item</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>
    <maven.inventoryapi.version>3.16.2.0-TCBJ-PPE-SNAPSHOT</maven.inventoryapi.version>
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    <bundle-base-center-inventoryapi>3.16.2.0-TCBJ-SNAPSHOT</bundle-base-center-inventoryapi>
    <maven.priceapi.version>3.20.1.0-TCBJ-PPE-SNAPSHOT</maven.priceapi.version>
    <maven.compiler.source>1.8</maven.compiler.source>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <maven.compiler.target>1.8</maven.compiler.target>
    <yundt-cube-center-promotionapi.version>3.19.1.0-TCBJ-PPE-SNAPSHOT</yundt-cube-center-promotionapi.version>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.dtyunxi.tcbj</groupId>
        <artifactId>tcbj-modules</artifactId>
        <version>1.0.0-TCBJ-PPE-SNAPSHOT</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.module</groupId>
        <artifactId>icommerce-module-das-dao</artifactId>
        <version>3.19.1.0-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.imkt</groupId>
        <artifactId>bundle-commander-center-memberapi</artifactId>
        <version>3.17.2.0-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-inventoryapi</artifactId>
        <version>${maven.inventoryapi.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>bundle-base-center-inventoryapi</artifactId>
        <version>${bundle-base-center-inventoryapi}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-priceapi</artifactId>
        <version>${maven.priceapi.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-promotionapi</artifactId>
        <version>${yundt-cube-center-promotionapi.version}</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>
</project>
