<?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-tencent-polaris-context</artifactId>
  <version>1.3.0-Greenwich.SR6</version>
  <name>Spring Cloud Tencent Polaris SDK Context</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-commons</artifactId>
    </dependency>
    <dependency>
      <groupId>com.tencent.polaris</groupId>
      <artifactId>polaris-client</artifactId>
    </dependency>
    <dependency>
      <groupId>com.tencent.polaris</groupId>
      <artifactId>polaris-plugin-api</artifactId>
    </dependency>
    <dependency>
      <groupId>com.tencent.polaris</groupId>
      <artifactId>connector-polaris-grpc</artifactId>
    </dependency>
    <dependency>
      <groupId>com.tencent.polaris</groupId>
      <artifactId>connector-consul</artifactId>
    </dependency>
    <dependency>
      <groupId>com.tencent.polaris</groupId>
      <artifactId>connector-composite</artifactId>
    </dependency>
    <dependency>
      <groupId>com.tencent.polaris</groupId>
      <artifactId>registry-memory</artifactId>
    </dependency>
    <dependency>
      <groupId>com.tencent.polaris</groupId>
      <artifactId>flow-cache-expired</artifactId>
    </dependency>
    <dependency>
      <groupId>com.tencent.polaris</groupId>
      <artifactId>router-isolated</artifactId>
    </dependency>
    <dependency>
      <groupId>com.tencent.polaris</groupId>
      <artifactId>router-healthy</artifactId>
    </dependency>
    <dependency>
      <groupId>com.tencent.polaris</groupId>
      <artifactId>loadbalancer-random</artifactId>
    </dependency>
    <dependency>
      <groupId>com.tencent.polaris</groupId>
      <artifactId>loadbalancer-ringhash</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-test</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
