<?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>
  <groupId>com.alibaba.boot</groupId>
  <artifactId>pandora-hsf-spring-boot-starter</artifactId>
  <version>2023-12-release</version>
  <dependencies>
    <dependency>
      <groupId>com.taobao.pandora</groupId>
      <artifactId>pandora-boot-starter-hsf</artifactId>
      <version>2023-12-release</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter</artifactId>
      <version>1.5.22.RELEASE</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>com.alibaba.boot</groupId>
      <artifactId>pandora-hsf-spring-boot-autoconfigure</artifactId>
      <version>2023-12-release</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.alibaba.boot</groupId>
      <artifactId>pandora-hsf-spring-boot-autoconfigure2</artifactId>
      <version>2023-12-release</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
