pom: 3.1.0 升级版本
This commit is contained in:
parent
0d00e62e9e
commit
f29b2473cb
@ -1,4 +1,4 @@
|
|||||||
FROM openjdk:8-jdk-alpine
|
FROM amazoncorretto:17
|
||||||
MAINTAINER xiaowoniu
|
MAINTAINER xiaowoniu
|
||||||
|
|
||||||
ADD ./target/easy-retry-example.jar easy-retry-example.jar
|
ADD ./target/easy-retry-example.jar easy-retry-example.jar
|
||||||
|
6
pom.xml
6
pom.xml
@ -38,17 +38,17 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.aizuda</groupId>
|
<groupId>com.aizuda</groupId>
|
||||||
<artifactId>easy-retry-client-starter</artifactId>
|
<artifactId>easy-retry-client-starter</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.aizuda</groupId>
|
<groupId>com.aizuda</groupId>
|
||||||
<artifactId>easy-retry-client-core</artifactId>
|
<artifactId>easy-retry-client-core</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.aizuda</groupId>
|
<groupId>com.aizuda</groupId>
|
||||||
<artifactId>easy-retry-client-job-core</artifactId>
|
<artifactId>easy-retry-client-job-core</artifactId>
|
||||||
<version>3.1.0-SNAPSHOT</version>
|
<version>3.1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.freemarker</groupId>
|
<groupId>org.freemarker</groupId>
|
||||||
|
Loading…
Reference in New Issue
Block a user