<?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.yunxi.dg.base</groupId>
    <artifactId>yunxi-dg-base-center-item</artifactId>
    <version>1.0.0-DG-SNAPSHOT</version>
  </parent>
  <groupId>com.dtyunxi.yundt</groupId>
  <artifactId>yundt-cube-center-itemdao</artifactId>
  <version>2.0.0-TCBJ-TEST-SNAPSHOT</version>
  <name>yundt-cube-center-itemdao</name>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>yundt-cube-itemeo</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.yundt</groupId>
      <artifactId>yundt-cube-center-itemapi</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>icu.mhb</groupId>
      <artifactId>mybatis-plus-join</artifactId>
      <version>1.0.2</version>
    </dependency>
  </dependencies>
  <build>
    <resources>
      <resource>
        <filtering>true</filtering>
        <directory>src/main/resources</directory>
        <includes>
          <include>**/*.properties</include>
          <include>**/*.xml</include>
        </includes>
      </resource>
    </resources>
    <finalName>yundt-cube-center-itemdao</finalName>
  </build>
</project>
