<?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.icom</groupId>
    <artifactId>bundle-base-center-trade</artifactId>
    <version>3.19.2.0-TCBJ-PROD-SNAPSHOT</version>
  </parent>
  <groupId>com.dtyunxi.yundt.icom</groupId>
  <artifactId>bundle-base-center-tradeservice</artifactId>
  <version>3.19.2.0-TCBJ-PROD-SNAPSHOT</version>
  <name>bundle-base-center-tradeservice</name>
  <dependencies>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>bundle-base-center-tradebiz</artifactId>
      <version>${project.version}</version>
      <exclusions>
        <exclusion>
          <artifactId>cube-code-enhance-maven-plugin</artifactId>
          <groupId>com.dtyunxi.cube.starter</groupId>
        </exclusion>
        <exclusion>
          <artifactId>cube-code-enhance-api</artifactId>
          <groupId>com.dtyunxi.cube.starter</groupId>
        </exclusion>
        <exclusion>
          <artifactId>yundt-cube-center-metaapi</artifactId>
          <groupId>com.dtyunxi.yundt</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-io</artifactId>
          <groupId>commons-io</groupId>
        </exclusion>
        <exclusion>
          <artifactId>yundt-module-context-api</artifactId>
          <groupId>com.dtyunxi.module</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>${project.groupId}</groupId>
      <artifactId>bundle-base-center-tradeext</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>com.dtyunxi.cube</groupId>
      <artifactId>cube-starter-bundle</artifactId>
    </dependency>
  </dependencies>
  <build>
    <plugins>
      <plugin>
        <artifactId>maven-compiler-plugin</artifactId>
        <version>3.3</version>
        <dependencies>
          <dependency>
            <groupId>org.codehaus.groovy</groupId>
            <artifactId>groovy-eclipse-compiler</artifactId>
            <version>2.9.2-01</version>
          </dependency>
          <dependency>
            <groupId>org.codehaus.groovy</groupId>
            <artifactId>groovy-eclipse-batch</artifactId>
            <version>2.4.3-01</version>
          </dependency>
        </dependencies>
        <configuration>
          <compilerId>groovy-eclipse-compiler</compilerId>
        </configuration>
      </plugin>
      <plugin>
        <groupId>org.codehaus.groovy</groupId>
        <artifactId>groovy-eclipse-compiler</artifactId>
        <version>2.9.2-01</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
