gtsoft-snail-job-server/x-retry-client-starter/pom.xml
www.byteblogs.com 96e0a1b750 变更groupId
2023-01-14 21:02:28 +08:00

49 lines
1.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.byteblogs</groupId>
<artifactId>x-retry</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>x-retry-client-starter</artifactId>
<name>x-retry-client-starter</name>
<description>x-retry-client-starter</description>
<properties>
<java.version>1.8</java.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.byteblogs</groupId>
<artifactId>x-retry-client-core</artifactId>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>rdc-releases</id>
<url>https://repo.rdc.aliyun.com/repository/69606-release-476gHC/</url>
</repository>
<snapshotRepository>
<id>rdc-snapshots</id>
<url>https://repo.rdc.aliyun.com/repository/69606-snapshot-XnE7nN/</url>
</snapshotRepository>
</distributionManagement>
</project>