mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
fix: NoClassDefFoundError when invoking JSON.toJSON() method in official processor
This commit is contained in:
parent
1d67e97b45
commit
86b584be2f
@ -107,6 +107,7 @@
|
||||
<version>${mvn.shade.plugin.version}</version>
|
||||
<configuration>
|
||||
<createDependencyReducedPom>false</createDependencyReducedPom>
|
||||
<minimizeJar>true</minimizeJar>
|
||||
<relocations>
|
||||
<relocation>
|
||||
<pattern>okhttp3</pattern>
|
||||
@ -122,6 +123,7 @@
|
||||
<excludes>
|
||||
<exclude>org.slf4j.*</exclude>
|
||||
<exclude>org.springframework.**</exclude>
|
||||
<exclude>org.w3c.**</exclude>
|
||||
</excludes>
|
||||
</relocation>
|
||||
<relocation>
|
||||
|
Loading…
x
Reference in New Issue
Block a user