update 优化 排除powerjob无用的依赖 减少打包30M体积

This commit is contained in:
疯狂的狮子Li 2023-10-26 19:41:11 +08:00
parent 8d681eda21
commit cf1c18184e

View File

@ -26,6 +26,12 @@
<dependency>
<groupId>tech.powerjob</groupId>
<artifactId>powerjob-worker-spring-boot-starter</artifactId>
<exclusions>
<exclusion>
<artifactId>powerjob-remote-impl-akka</artifactId>
<groupId>tech.powerjob</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>tech.powerjob</groupId>