mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
chore: exclude slf4j in maven-shade-plugin relocations config
This commit is contained in:
parent
9a6047ad9c
commit
da6eb3705b
@ -102,6 +102,9 @@
|
|||||||
<relocation>
|
<relocation>
|
||||||
<pattern>org</pattern>
|
<pattern>org</pattern>
|
||||||
<shadedPattern>shade.powerjob.org</shadedPattern>
|
<shadedPattern>shade.powerjob.org</shadedPattern>
|
||||||
|
<excludes>
|
||||||
|
<exclude>org.slf4j.*</exclude>
|
||||||
|
</excludes>
|
||||||
</relocation>
|
</relocation>
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>com.google</pattern>
|
<pattern>com.google</pattern>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user