<?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.tcbj</groupId>
    <artifactId>tcbj-center-control</artifactId>
    <version>1.0.0-TCBJ-PROD-SNAPSHOT</version>
  </parent>
  <groupId>com.dtyunxi.tcbj</groupId>
  <artifactId>tcbj-center-controlbiz</artifactId>
  <version>1.0.0-TCBJ-PROD-SNAPSHOT</version>
  <name>tcbj-center-controlbiz</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>com.dtyunxi.cube</groupId>
      <artifactId>yundt-cube-framework</artifactId>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>tcbj-center-controlapi</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>tcbj-center-controldao</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.huieryun</groupId>
      <artifactId>huieryun-logapi</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.icommerce</groupId>
      <artifactId>icommerce-utils</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.tcbj</groupId>
      <artifactId>tcbj-center-paymentapi</artifactId>
      <version>1.0.0-TCBJ-PROD-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.tcbj</groupId>
      <artifactId>tcbj-center-reportapi</artifactId>
      <exclusions>
        <exclusion>
          <artifactId>yundt-cube-center-customerapi</artifactId>
          <groupId>com.dtyunxi.yundt</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>yundt-cube-center-customerapi</artifactId>
      <version>3.20.1.0-TCBJ-PROD-SNAPSHOT</version>
      <exclusions>
        <exclusion>
          <artifactId>easypoi-base</artifactId>
          <groupId>cn.afterturn</groupId>
        </exclusion>
        <exclusion>
          <artifactId>easypoi-web</artifactId>
          <groupId>cn.afterturn</groupId>
        </exclusion>
        <exclusion>
          <artifactId>poi</artifactId>
          <groupId>org.apache.poi</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.cube</groupId>
      <artifactId>cube-starter-oss</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.mj</groupId>
      <artifactId>biz-center-commons</artifactId>
      <version>1.0.0.0-SNAPSHOT</version>
      <exclusions>
        <exclusion>
          <artifactId>easypoi-annotation</artifactId>
          <groupId>cn.afterturn</groupId>
        </exclusion>
        <exclusion>
          <artifactId>easypoi-base</artifactId>
          <groupId>cn.afterturn</groupId>
        </exclusion>
        <exclusion>
          <artifactId>easypoi-web</artifactId>
          <groupId>cn.afterturn</groupId>
        </exclusion>
        <exclusion>
          <artifactId>poi</artifactId>
          <groupId>org.apache.poi</groupId>
        </exclusion>
        <exclusion>
          <artifactId>poi-ooxml</artifactId>
          <groupId>org.apache.poi</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt.cube</groupId>
      <artifactId>bundle-base-center-schedulerapi</artifactId>
      <version>3.14.2.0-RC-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>yundt-cube-connector-comm</artifactId>
      <version>3.17.2.0-SNAPSHOT</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt.cube</groupId>
      <artifactId>bundle-base-center-schedulerclient</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>yundt-cube-center-schedulerclient</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.rocketmq</groupId>
      <artifactId>rocketmq-client</artifactId>
      <version>4.8.0</version>
    </dependency>
  </dependencies>
</project>
