chore: exclude slf4j in maven-shade-plugin relocations config

This commit is contained in:
Echo009 2021-03-01 15:38:26 +08:00
parent 9a6047ad9c
commit da6eb3705b

View File

@ -102,6 +102,9 @@
<relocation>
<pattern>org</pattern>
<shadedPattern>shade.powerjob.org</shadedPattern>
<excludes>
<exclude>org.slf4j.*</exclude>
</excludes>
</relocation>
<relocation>
<pattern>com.google</pattern>