<?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-SNAPSHOT</version>
    <relativePath></relativePath>
  </parent>
  <groupId>com.dtyunxi.yundt</groupId>
  <artifactId>yundt-cube-center-data</artifactId>
  <version>3.16.2.0-TCBJ-PPE-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>${project.artifactId}</name>
  <description>基础数据中心</description>
  <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-dataapi</module>
    <module>yundt-cube-center-databiz</module>
    <module>yundt-cube-center-dataconf</module>
    <module>yundt-cube-center-datadao</module>
    <module>yundt-cube-center-dataeo</module>
    <module>yundt-cube-center-dataservice</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>
    <revision>3.16.2.0-TCBJ-PPE-SNAPSHOT</revision>
  </properties>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>bundle-basic-center-data-bom</artifactId>
        <version>${yundt-cube-infra.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>bundle-origin-bom</artifactId>
        <version>${yundt-cube-infra.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>bundle-basic-center-func-bom</artifactId>
        <version>${yundt-cube-infra.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>bundle-channel-center-data-bom</artifactId>
        <version>${yundt-cube-infra.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </dependency>
      <dependency>
        <groupId>com.dtyunxi.yundt.cube</groupId>
        <artifactId>bundle-flow-center-func-bom</artifactId>
        <version>${yundt-cube-infra.version}</version>
        <type>pom</type>
        <scope>import</scope>
      </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>
