worker pom 添加 module-ci-process-api 依赖

This commit is contained in:
蒲先生 2025-04-14 17:38:21 +08:00
parent cd9329d438
commit 0491cf5ccb

View File

@ -13,6 +13,12 @@
<artifactId>module-ci-worker</artifactId>
<dependencies>
<dependency>
<groupId>cd.casic.boot</groupId>
<artifactId>module-ci-process-api</artifactId>
</dependency>
<dependency>
<groupId>cd.casic.boot</groupId>
<artifactId>module-ci-common-pipeline</artifactId>