mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
fix: incorrect usage of maven-shade-plugin
This commit is contained in:
parent
80d2709104
commit
7616890050
Binary file not shown.
Before Width: | Height: | Size: 784 KiB After Width: | Height: | Size: 365 KiB |
@ -91,10 +91,6 @@
|
||||
<pattern>okio</pattern>
|
||||
<shadedPattern>shade.powerjob.okio</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>com</pattern>
|
||||
<shadedPattern>shade.powerjob.com</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>org</pattern>
|
||||
<shadedPattern>shade.powerjob.org</shadedPattern>
|
||||
@ -103,6 +99,14 @@
|
||||
<pattern>javax</pattern>
|
||||
<shadedPattern>shade.powerjob.javax</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>com.google</pattern>
|
||||
<shadedPattern>shade.powerjob.com.google</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>com.alibaba</pattern>
|
||||
<shadedPattern>shade.powerjob.com.alibaba</shadedPattern>
|
||||
</relocation>
|
||||
</relocations>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
Loading…
x
Reference in New Issue
Block a user