<?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-ioc-modules</artifactId>
    <version>3.16.2.2-SNAPSHOT</version>
  </parent>
  <groupId>com.dtyunxi.yundt</groupId>
  <artifactId>yundt-cube-center-track</artifactId>
  <version>2.0.0-TCBJ-PROD-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>yundt-cube-center-track</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-trackbiz</module>
    <module>yundt-cube-center-trackservice</module>
    <module>yundt-cube-center-trackdao</module>
    <module>yundt-cube-center-trackapi</module>
    <module>yundt-cube-component-track-client</module>
    <module>yundt-cube-component-track-client-starter</module>
    <module>yundt-cube-component-track-commons</module>
    <module>bundle-base-center-trackapi</module>
    <module>bundle-base-center-trackbiz</module>
    <module>bundle-base-center-trackdao</module>
    <module>bundle-base-center-trackservice</module>
    <module>yundt-cube-component-track-retry</module>
    <module>yundt-cube-component-track-client-collector</module>
    <module>yundt-module-track</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>
    <edas-pandora-boot-maven-plugin.version>2.1.9.1</edas-pandora-boot-maven-plugin.version>
    <bundle-pingan-center-payment.version>3.19.2.0-RELEASE</bundle-pingan-center-payment.version>
    <bundle-alipay-center-payment.version>3.19.2.0-RELEASE</bundle-alipay-center-payment.version>
    <hamcrest.core.version>1.3</hamcrest.core.version>
    <preversion>2.0.0-TCBJ-UAT-SNAPSHOT</preversion>
    <bundle-wechat-center-payment.version>3.19.2.0-RELEASE</bundle-wechat-center-payment.version>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <maven.compiler.source>1.8</maven.compiler.source>
    <dtyunxi.deploy.excludesar>false</dtyunxi.deploy.excludesar>
    <fastjson.verison>1.2.7</fastjson.verison>
    <yundt-cube-center-account.version>3.19.2.0-RELEASE</yundt-cube-center-account.version>
    <javax.servlet.api.version>3.0.1</javax.servlet.api.version>
    <bundle-finance-center-payment.version>3.19.2.0-RELEASE</bundle-finance-center-payment.version>
    <jacoco.agent.version>0.7.8</jacoco.agent.version>
    <dom4j.verison>1.6.1</dom4j.verison>
    <guava.version>18.0</guava.version>
    <maven.compiler.target>1.8</maven.compiler.target>
    <yundt-cube-center-member.version>3.19.2.0-RELEASE</yundt-cube-center-member.version>
    <bundle-base-center-payment.version>3.19.2.0-RELEASE</bundle-base-center-payment.version>
    <maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion>
    <bundle-swiftpass-center-payment.version>3.19.2.0-RELEASE</bundle-swiftpass-center-payment.version>
    <bundle-points-center-payment.version>3.19.2.0-RELEASE</bundle-points-center-payment.version>
    <bundle-account-center-payment.version>3.19.2.0-RELEASE</bundle-account-center-payment.version>
    <joda.time.version>2.9.1</joda.time.version>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>dom4j</groupId>
        <artifactId>dom4j</artifactId>
        <version>${dom4j.verison}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.huieryun</groupId>
        <artifactId>huieryun-schedulingquartz</artifactId>
        <version>1.1.7-ENERGY-RELEASE</version>
        <exclusions>
          <exclusion>
            <artifactId>fastjson</artifactId>
            <groupId>com.alibaba</groupId>
          </exclusion>
        </exclusions>
      </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>
    <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>
