remove 移除 powerjob

This commit is contained in:
疯狂的狮子Li
2024-05-16 10:36:37 +08:00
parent 78115e0504
commit c03c72c7d0
19 changed files with 0 additions and 2077 deletions

View File

@ -22,22 +22,6 @@
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>
<!--PowerJob-->
<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>
<artifactId>powerjob-official-processors</artifactId>
</dependency>
<!-- EasyRetry client -->
<dependency>
<groupId>com.aizuda</groupId>