<?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>
  <groupId>com.byteblogs</groupId>
  <artifactId>x-retry-common</artifactId>
  <version>0.2.0.0</version>
  <packaging>pom</packaging>
  <name>x-retry-common</name>
  <description>x-retry-common</description>
  <url>https://spring.io/projects/spring-boot/x-retry/x-retry-common</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>byteblogs</name>
      <email>byteblogs@aliyun.com</email>
      <url>https://github.com/byteblogs168</url>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/byteblogs168/x-retry.git/x-retry-common</connection>
    <developerConnection>https://github.com/byteblogs168/x-retry-common</developerConnection>
    <url>https://github.com/byteblogs168/x-retry/x-retry-common</url>
  </scm>
  <distributionManagement>
    <repository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
    </repository>
    <snapshotRepository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </snapshotRepository>
  </distributionManagement>
  <dependencies>
    <dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-web</artifactId>
      <version>2.5.6</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
