pom: 3.1.0 升级版本

This commit is contained in:
byteblogs168 2024-03-11 22:06:28 +08:00
parent 0d00e62e9e
commit f29b2473cb
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM openjdk:8-jdk-alpine
FROM amazoncorretto:17
MAINTAINER xiaowoniu
ADD ./target/easy-retry-example.jar easy-retry-example.jar

View File

@ -38,17 +38,17 @@
<dependency>
<groupId>com.aizuda</groupId>
<artifactId>easy-retry-client-starter</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.aizuda</groupId>
<artifactId>easy-retry-client-core</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.aizuda</groupId>
<artifactId>easy-retry-client-job-core</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>