fix: NoClassDefFoundError when instantiating SqlProcessor

This commit is contained in:
Echo009 2021-03-11 15:40:58 +08:00
parent 87ed304737
commit 48860e3172

View File

@ -121,7 +121,7 @@
<shadedPattern>shade.powerjob.org</shadedPattern> <shadedPattern>shade.powerjob.org</shadedPattern>
<excludes> <excludes>
<exclude>org.slf4j.*</exclude> <exclude>org.slf4j.*</exclude>
<exclude>org.springframework.*</exclude> <exclude>org.springframework.**</exclude>
</excludes> </excludes>
</relocation> </relocation>
<relocation> <relocation>