<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.elitesland</groupId>
  <artifactId>order-rpc-api</artifactId>
  <version>0.2.23-SNAPSHOT</version>
  <dependencies>
    <dependency>
      <groupId>com.elitesland</groupId>
      <artifactId>yst-common</artifactId>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>sharding-transaction-base-seata-at</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>logback-classic</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>slf4j-log4j12</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>spring-boot-starter-tomcat</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>log4j-over-slf4j</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>spring-boot-starter-logging</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>jakarta.validation</groupId>
      <artifactId>jakarta.validation-api</artifactId>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>sharding-transaction-base-seata-at</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>logback-classic</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>slf4j-log4j12</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>spring-boot-starter-tomcat</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>log4j-over-slf4j</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>spring-boot-starter-logging</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-test</artifactId>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>sharding-transaction-base-seata-at</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>logback-classic</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>slf4j-log4j12</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>spring-boot-starter-tomcat</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>log4j-over-slf4j</artifactId>
          <groupId>*</groupId>
        </exclusion>
        <exclusion>
          <artifactId>junit-vintage-engine</artifactId>
          <groupId>org.junit.vintage</groupId>
        </exclusion>
        <exclusion>
          <artifactId>spring-boot-starter-logging</artifactId>
          <groupId>*</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>com.elitesland</groupId>
        <artifactId>yst-dependencies</artifactId>
        <version>1.1.18-SNAPSHOT</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
      <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>
        <version>2.3.9.RELEASE</version>
        <scope>import</scope>
        <type>pom</type>
      </dependency>
      <dependency>
        <groupId>com.elitesland</groupId>
        <artifactId>yst-fin-provider</artifactId>
        <version>0.0.10-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>com.elitesland</groupId>
        <artifactId>sale-rpc-api</artifactId>
        <version>0.1.32-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>com.elitesland.yst</groupId>
        <artifactId>tms-api</artifactId>
        <version>0.0.2.5-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>com.elitesland.yst</groupId>
        <artifactId>inv-api</artifactId>
        <version>0.3.22-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>com.elitesland.yst</groupId>
        <artifactId>yst-support-itm-api</artifactId>
        <version>0.1.36-SNAPSHOT</version>
      </dependency>
      <dependency>
        <groupId>com.elitesland.yst</groupId>
        <artifactId>pur-api</artifactId>
        <version>0.0.3.78-SNAPSHOT</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
