Relocate the injector
This commit is contained in:
parent
af4e8acc04
commit
6768f5fdce
8
pom.xml
8
pom.xml
@ -244,6 +244,10 @@
|
|||||||
</excludes>
|
</excludes>
|
||||||
</artifactSet>
|
</artifactSet>
|
||||||
<relocations>
|
<relocations>
|
||||||
|
<relocation>
|
||||||
|
<pattern>ch.jalu.injector</pattern>
|
||||||
|
<shadedPattern>fr.xephi.authme.libs.jalu.injector</shadedPattern>
|
||||||
|
</relocation>
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>com.zaxxer.hikari</pattern>
|
<pattern>com.zaxxer.hikari</pattern>
|
||||||
<shadedPattern>fr.xephi.authme.libs.zaxxer.hikari</shadedPattern>
|
<shadedPattern>fr.xephi.authme.libs.zaxxer.hikari</shadedPattern>
|
||||||
@ -287,6 +291,10 @@
|
|||||||
<pattern>com.google</pattern>
|
<pattern>com.google</pattern>
|
||||||
<shadedPattern>fr.xephi.authme.libs.google</shadedPattern>
|
<shadedPattern>fr.xephi.authme.libs.google</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
|
<relocation>
|
||||||
|
<pattern>ch.jalu.injector</pattern>
|
||||||
|
<shadedPattern>fr.xephi.authme.libs.jalu.injector</shadedPattern>
|
||||||
|
</relocation>
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>com.zaxxer.hikari</pattern>
|
<pattern>com.zaxxer.hikari</pattern>
|
||||||
<shadedPattern>fr.xephi.authme.libs.zaxxer.hikari</shadedPattern>
|
<shadedPattern>fr.xephi.authme.libs.zaxxer.hikari</shadedPattern>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user