<?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-cube-modules</artifactId>
    <version>3.16.2.0-RC-SNAPSHOT</version>
    <relativePath></relativePath>
  </parent>
  <groupId>com.dtyunxi.yundt</groupId>
  <artifactId>yundt-cube-center-customer</artifactId>
  <version>3.20.1.0-TCBJ-PROD-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>yundt-cube-center-customer</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-customerapi</module>
    <module>yundt-cube-center-customerdao</module>
    <module>yundt-cube-center-customerweb</module>
    <module>yundt-cube-center-customerbiz</module>
    <module>yundt-cube-center-customerservice</module>
    <module>yundt-cube-center-customerconf</module>
    <module>yundt-cube-customereo</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>
    <bundle-supplier-center-customer.version>3.20.1.0-SNAPSHOT</bundle-supplier-center-customer.version>
    <maven.userapi.version>3.19.1.0-TCBJ-PROD-SNAPSHOT</maven.userapi.version>
    <yundt-cube-center-userapi.version>3.19.1.0-TCBJ-PROD-SNAPSHOT</yundt-cube-center-userapi.version>
    <tcbj-center-reportapi.version>1.0.0-TCBJ-PROD-SNAPSHOT</tcbj-center-reportapi.version>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <bundle-base-center-customer.version>3.20.1.0-TCBJ-PROD-SNAPSHOT</bundle-base-center-customer.version>
    <yundt-cube-center-shopapi.version>3.19.1.0-TCBJ-PROD-SNAPSHOT</yundt-cube-center-shopapi.version>
    <code-generator-maven-plugin.version>1.2.1-SNAPSHOT</code-generator-maven-plugin.version>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.dtyunxi.tcbj</groupId>
        <artifactId>tcbj-modules</artifactId>
        <version>1.0.0-TCBJ-PROD-SNAPSHOT</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-schedulerclient</artifactId>
        <version>3.11.1.0-RELEASE</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>biz-center-commons</artifactId>
        <version>3.3.0.0-RELEASE</version>
        <exclusions>
          <exclusion>
            <artifactId>poi</artifactId>
            <groupId>org.apache.poi</groupId>
          </exclusion>
          <exclusion>
            <artifactId>poi-ooxml</artifactId>
            <groupId>org.apache.poi</groupId>
          </exclusion>
          <exclusion>
            <artifactId>poi-ooxml-schemas</artifactId>
            <groupId>org.apache.poi</groupId>
          </exclusion>
        </exclusions>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.huieryun.maven.plugins</groupId>
        <artifactId>attr-extend-annotation</artifactId>
        <version>${code-generator-maven-plugin.version}</version>
      </dependency>
      <dependency>
        <groupId>org.apache.poi</groupId>
        <artifactId>poi</artifactId>
        <version>3.15</version>
      </dependency>
      <dependency>
        <groupId>org.apache.poi</groupId>
        <artifactId>poi-ooxml</artifactId>
        <version>3.15</version>
      </dependency>
      <dependency>
        <groupId>org.apache.poi</groupId>
        <artifactId>poi-ooxml-schemas</artifactId>
        <version>3.15</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.icomb</groupId>
        <artifactId>bundle-base-center-customerapi</artifactId>
        <version>${bundle-base-center-customer.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.tcbj</groupId>
        <artifactId>tcbj-center-reportapi</artifactId>
        <version>${tcbj-center-reportapi.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-userapi</artifactId>
        <version>${yundt-cube-center-userapi.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-shopapi</artifactId>
        <version>${yundt-cube-center-shopapi.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>
  <build>
    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>com.dtyunxi.huieryun.maven.plugins</groupId>
          <artifactId>attr-extend-maven-plugin</artifactId>
          <version>${code-generator-maven-plugin.version}</version>
        </plugin>
      </plugins>
    </pluginManagement>
    <plugins>
      <plugin>
        <artifactId>maven-archetype-plugin</artifactId>
        <version>3.0.1</version>
        <configuration>
          <encoding>UTF-8</encoding>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-resources-plugin</artifactId>
        <version>3.1.0</version>
        <configuration>
          <encoding>UTF-8</encoding>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>
