<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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.icom</groupId>
    <artifactId>bundle-distribution-center-item</artifactId>
    <version>3.19.1.0-CUBE-SNAPSHOT</version>
  </parent>
  <groupId>com.dtyunxi.yundt.icom</groupId>
  <artifactId>bundle-distribution-center-itemapi</artifactId>
  <version>3.19.1.0-CUBE-SNAPSHOT</version>
  <name>bundle-distribution-center-itemapi</name>
  <dependencies>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>bundle-base-center-itemapi</artifactId>
      <version>${project.version}</version>
      <exclusions>
        <exclusion>
          <artifactId>spring-cloud-starter-openfeign</artifactId>
          <groupId>org.springframework.cloud</groupId>
        </exclusion>
        <exclusion>
          <artifactId>cube-starter-swagger</artifactId>
          <groupId>com.dtyunxi.cube</groupId>
        </exclusion>
        <exclusion>
          <artifactId>yundt-cube-commons</artifactId>
          <groupId>com.dtyunxi.cube</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.springframework.cloud</groupId>
      <artifactId>spring-cloud-starter-openfeign</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.cube</groupId>
      <artifactId>cube-starter-swagger</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.cube</groupId>
      <artifactId>yundt-cube-commons</artifactId>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.cube.starter</groupId>
      <artifactId>cube-code-enhance-annotation</artifactId>
    </dependency>
    <dependency>
      <groupId>org.hibernate.validator</groupId>
      <artifactId>hibernate-validator</artifactId>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-source-plugin</artifactId>
        <executions>
          <execution>
            <id>attach-sources</id>
            <phase>package</phase>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.3</version>
        <configuration>
          <source>1.8</source>
          <target>1.8</target>
          <compilerArgs>
            <arg>-parameters</arg>
          </compilerArgs>
        </configuration>
      </plugin>
    </plugins>
  </build>
</project>
