update 优化 排除powerjob无用的依赖 减少打包30M体积
parent
d10a34545e
commit
9bfd531552
|
|
@ -32,6 +32,12 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>tech.powerjob</groupId>
|
<groupId>tech.powerjob</groupId>
|
||||||
<artifactId>powerjob-worker</artifactId>
|
<artifactId>powerjob-worker</artifactId>
|
||||||
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<artifactId>powerjob-remote-impl-akka</artifactId>
|
||||||
|
<groupId>tech.powerjob</groupId>
|
||||||
|
</exclusion>
|
||||||
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>tech.powerjob</groupId>
|
<groupId>tech.powerjob</groupId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue