<?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.yunxi.dg.base</groupId>
    <artifactId>yunxi-dg-base-center-inventory</artifactId>
    <version>2.0.0-TCBJ-UAT-SNAPSHOT</version>
  </parent>
  <groupId>com.dtyunxi.yundt</groupId>
  <artifactId>yundt-cube-center-inventorybiz</artifactId>
  <version>2.0.0-TCBJ-UAT-SNAPSHOT</version>
  <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>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-amqp</artifactId>
    </dependency>
    <dependency>
      <groupId>com.yunxi.dg.base</groupId>
      <artifactId>yunxi-dg-base-center-inventory-service</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>yundt-cube-center-shopapi</artifactId>
    </dependency>
    <dependency>
      <groupId>com.alibaba.csp</groupId>
      <artifactId>sentinel-core</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>yundt-cube-center-inventorydao</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>yundt-cube-center-customerapi</artifactId>
    </dependency>
    <dependency>
      <groupId>com.yunxi.dg.base</groupId>
      <artifactId>yunxi-dg-base-center-basicdata-api</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>yundt-cube-center-itemapi</artifactId>
      <exclusions>
        <exclusion>
          <artifactId>yundt-cube-center-shopapi</artifactId>
          <groupId>com.dtyunxi.yundt</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.apache.poi</groupId>
      <artifactId>poi</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.poi</groupId>
      <artifactId>poi-ooxml</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.cube</groupId>
      <artifactId>cube-starter-oss</artifactId>
    </dependency>
    <dependency>
      <groupId>com.yunxi.dg.base</groupId>
      <artifactId>yunxi-dg-base-center-inventory-domain</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.huieryun</groupId>
      <artifactId>huieryun-mq-runner</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt.cube</groupId>
      <artifactId>bundle-base-center-schedulerapi</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt.cube</groupId>
      <artifactId>bundle-base-center-schedulerclient</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.tcbj</groupId>
      <artifactId>tcbj-openapi-api-common</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>bundle-pcp-center-finance-costapi</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.tcbj</groupId>
      <artifactId>tcbj-center-reportapi</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.mj</groupId>
      <artifactId>biz-center-commons</artifactId>
      <version>1.0.0.0-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.cube</groupId>
      <artifactId>cube-starter-meta</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>yundt-cube-center-tradeapi</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt.icom</groupId>
      <artifactId>bundle-base-center-tradeapi</artifactId>
    </dependency>
    <dependency>
      <groupId>com.yunxi.dg.base</groupId>
      <artifactId>yunxi-dg-base-center-inventory-dto</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>yundt-cube-center-shopapi</artifactId>
      <version>3.19.1.0-TCBJ-PPE-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.tcbj</groupId>
      <artifactId>tcbj-center-reportapi</artifactId>
      <version>1.0.0-TCBJ-PROD-SNAPSHOT</version>
    </dependency>
  </dependencies>
</project>
