<?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>
  </parent>
  <groupId>com.dtyunxi.yundt.icomb</groupId>
  <artifactId>bundle-base-center-customer</artifactId>
  <version>3.20.1.0-TCBJ-PROD-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>bundle-base-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>bundle-base-center-customerapi</module>
    <module>bundle-base-center-customerdao</module>
    <module>bundle-base-center-customerweb</module>
    <module>bundle-base-center-customerbiz</module>
    <module>bundle-base-center-customerservice</module>
    <module>bundle-base-customerstdeo</module>
    <module>bundle-base-customereo</module>
  </modules>
  <distributionManagement>
    <repository>
      <id>${deploy.repository.id}</id>
      <url>${deploy.repository.url}</url>
    </repository>
    <site>
      <id>website</id>
      <url>file:///c:/home/cube/sites</url>
    </site>
  </distributionManagement>
  <properties>
    <maven.userapi.version>3.19.1.0-TCBJ-PPE-SNAPSHOT</maven.userapi.version>
    <maven.dataapi.version>3.9.1.0-CUBE-SNAPSHOT</maven.dataapi.version>
    <tcbj-modules.version>1.0.0-TCBJ-PROD-SNAPSHOT</tcbj-modules.version>
    <icommerce-utils.version>3.3.1.0-SNAPSHOT</icommerce-utils.version>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </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>yundt-cube-center-userapi</artifactId>
        <version>${maven.userapi.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>bundle-organization-center-userapi</artifactId>
        <version>${maven.userapi.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-dataapi</artifactId>
        <version>${maven.dataapi.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>biz-center-commons</artifactId>
        <version>3.3.0.0-RELEASE</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.icommerce</groupId>
        <artifactId>icommerce-utils</artifactId>
        <version>${icommerce-utils.version}</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
  <build>
    <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>
      <plugin>
        <groupId>com.dtyunxi.cube.starter</groupId>
        <artifactId>cube-code-enhance-maven-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>bundle-scan</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>
