<?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-report</artifactId>
    <version>1.0.0-TCBJ-PROD-SNAPSHOT</version>
  </parent>
  <groupId>com.dtyunxi.tcbj</groupId>
  <artifactId>tcbj-center-reportbiz</artifactId>
  <version>1.0.0-TCBJ-PROD-SNAPSHOT</version>
  <name>tcbj-center-reportbiz</name>
  <dependencies>
    <dependency>
      <groupId>com.dtyunxi.cube</groupId>
      <artifactId>yundt-cube-framework</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>yundt-cube-center-identityapi</artifactId>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>tcbj-center-reportapi</artifactId>
      <version>${project.version}</version>
      <exclusions>
        <exclusion>
          <artifactId>easypoi-annotation</artifactId>
          <groupId>cn.afterturn</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>tcbj-center-reportdao</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.huieryun</groupId>
      <artifactId>huieryun-logapi</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.cube</groupId>
      <artifactId>cube-starter-meta</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.cube</groupId>
      <artifactId>cube-starter-liquibase</artifactId>
      <exclusions>
        <exclusion>
          <artifactId>huieryun-dao</artifactId>
          <groupId>com.dtyunxi.huieryun</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.tcbj</groupId>
      <artifactId>tcbj-center-reporteo</artifactId>
      <version>${project.version}</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>yundt-cube-center-customerapi</artifactId>
      <exclusions>
        <exclusion>
          <artifactId>tcbj-openapi-platformapi</artifactId>
          <groupId>com.dtyunxi.tcbj</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>yundt-cube-center-shopapi</artifactId>
      <version>3.19.1.0-TCBJ-PROD-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>yundt-cube-center-promotionapi</artifactId>
      <version>3.19.1.0-TCBJ-PROD-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>yundt-cube-center-inventoryapi</artifactId>
      <version>3.16.2.0-TCBJ-PROD-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>poi</artifactId>
          <groupId>org.apache.poi</groupId>
        </exclusion>
        <exclusion>
          <artifactId>easypoi-web</artifactId>
          <groupId>cn.afterturn</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.icommerce</groupId>
      <artifactId>icommerce-utils</artifactId>
      <version>3.3.1.0-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>yundt-cube-center-schedulerapi</artifactId>
      <version>3.14.2.0-RC-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>yundt-cube-center-schedulerclient</artifactId>
      <version>3.14.2.0-RC-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.huieryun</groupId>
      <artifactId>huieryun-objectstorageapi</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.cube</groupId>
      <artifactId>cube-starter-oss</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>yundt-cube-center-tradeapi</artifactId>
      <version>3.19.2.0-TCBJ-PROD-SNAPSHOT</version>
    </dependency>
    <dependency>
      <groupId>com.alibaba.csp</groupId>
      <artifactId>sentinel-core</artifactId>
      <version>1.7.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.huieryun</groupId>
      <artifactId>huieryun-commons</artifactId>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <groupId>com.dtyunxi.huieryun.maven.plugins</groupId>
        <artifactId>attr-extend-maven-plugin</artifactId>
        <executions>
          <execution>
            <id>gen-extension-java</id>
            <goals>
              <goal>gen-extension-java</goal>
            </goals>
          </execution>
          <execution>
            <id>rm-extension-java</id>
            <goals>
              <goal>rm-extension-java</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>
