<?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.tencent.cloud</groupId>
    <artifactId>spring-cloud-tencent</artifactId>
    <version>1.3.0-Greenwich.SR6</version>
  </parent>
  <groupId>com.tencent.cloud</groupId>
  <artifactId>spring-cloud-starter-tencent-polaris-discovery</artifactId>
  <version>1.3.0-Greenwich.SR6</version>
  <name>Spring Cloud Starter Tencent Polaris Discovery</name>
  <licenses>
    <license>
      <name>The BSD 3-Clause License (BSD3)</name>
      <url>https://raw.githubusercontent.com/Tencent/spring-cloud-tencent/main/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <dependencies>
    <dependency>
      <groupId>com.tencent.cloud</groupId>
      <artifactId>spring-cloud-tencent-polaris-context</artifactId>
    </dependency>
    <dependency>
      <groupId>com.tencent.polaris</groupId>
      <artifactId>polaris-discovery-factory</artifactId>
      <exclusions>
        <exclusion>
          <groupId>com.tencent.polaris</groupId>
          <artifactId>router-rule</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.tencent.polaris</groupId>
          <artifactId>router-nearby</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.tencent.polaris</groupId>
          <artifactId>router-metadata</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.tencent.polaris</groupId>
          <artifactId>router-canary</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.tencent.polaris</groupId>
          <artifactId>router-set</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.tencent.polaris</groupId>
          <artifactId>router-isolated</artifactId>
        </exclusion>
        <exclusion>
          <groupId>com.tencent.polaris</groupId>
          <artifactId>router-healthy</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.tencent.polaris</groupId>
      <artifactId>polaris-test-common</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.tencent.polaris</groupId>
      <artifactId>polaris-test-mock-discovery</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.cloud</groupId>
      <artifactId>spring-cloud-starter-netflix-ribbon</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-webflux</artifactId>
      <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-test</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>io.projectreactor</groupId>
      <artifactId>reactor-test</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.powermock</groupId>
      <artifactId>powermock-module-junit4</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.powermock</groupId>
      <artifactId>powermock-api-mockito2</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
