gtsoft-snail-job-server/easy-retry-common/pom.xml
wodeyangzipingpingwuqi 7878a3262f !42 【Fix 2.6.0】实时日志上报代码优化
* fix: 2.6.0:
2024-01-31 22:01:21 +08:00

29 lines
973 B
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.aizuda</groupId>
<artifactId>easy-retry</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>easy-retry-common</artifactId>
<name>easy-retry-common</name>
<description>easy-retry-common</description>
<packaging>pom</packaging>
<properties>
<java.version>17</java.version>
</properties>
<modules>
<module>easy-retry-common-server-api</module>
<module>easy-retry-common-client-api</module>
<module>easy-retry-common-core</module>
<module>easy-retry-common-log</module>
</modules>
</project>