<?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-RELEASE</version>
  </parent>
  <groupId>com.dtyunxi.yundt</groupId>
  <artifactId>yundt-cube-center-shop</artifactId>
  <version>3.19.1.0-TCBJ-PPE-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>yundt-cube-center-shop</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-shopapi</module>
    <module>yundt-cube-center-shopdao</module>
    <module>yundt-cube-center-shopweb</module>
    <module>yundt-cube-center-shopbiz</module>
    <module>yundt-cube-center-shopservice</module>
    <module>yundt-cube-shopeo</module>
    <module>yundt-cube-shopstdeo</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>
    <yundt-cube-center-user.version>3.19.1.0-TCBJ-PROD-SNAPSHOT</yundt-cube-center-user.version>
    <bundle-version>3.19.1.0-TCBJ-PROD-SNAPSHOT</bundle-version>
    <esotericsoftware-kryo.version>4.0.2</esotericsoftware-kryo.version>
    <reversion>3.19.1.0-TCBJ-PPE-SNAPSHOT</reversion>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    <huieryun-dependencies.version>1.2.0-RC-SNAPSHOT</huieryun-dependencies.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.esotericsoftware</groupId>
        <artifactId>kryo</artifactId>
        <version>${esotericsoftware-kryo.version}</version>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.huieryun</groupId>
        <artifactId>huieryun-opensearch-dependencies-es6.8</artifactId>
        <version>${huieryun-dependencies.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt</groupId>
        <artifactId>yundt-cube-center-userapi</artifactId>
        <version>${yundt-cube-center-user.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.tcbj</groupId>
        <artifactId>tcbj-center-reportapi</artifactId>
        <version>1.0.0-TCBJ-PROD-SNAPSHOT</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>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <configuration>
          <source>1.8</source>
          <target>1.8</target>
          <encoding>UTF-8</encoding>
          <excludes>
            <exclude>**/*.md</exclude>
          </excludes>
        </configuration>
      </plugin>
      <plugin>
        <artifactId>maven-jar-plugin</artifactId>
        <version>3.1.0</version>
      </plugin>
    </plugins>
  </build>
</project>
