调度移植

This commit is contained in:
2023-12-08 11:44:23 +08:00
parent 2f19b720ba
commit dd12255974
3 changed files with 151 additions and 1 deletions

View File

@@ -63,6 +63,11 @@
<artifactId>prepare-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.njcn</groupId>
<artifactId>process-api</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
@@ -85,7 +90,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>1.0.0</version>
<version>1.2.2</version>
<executions>
<execution>
<id>build-image</id>