build(relocate): relocate dependencies correctly
This commit is contained in:
parent
f6a5883702
commit
dddb8af4db
1 changed files with 4 additions and 2 deletions
4
pom.xml
4
pom.xml
|
|
@ -90,8 +90,10 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<relocations>
|
<relocations>
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>com.zaxxer.HikariCP</pattern>
|
<pattern>com.zaxxer.hikari</pattern>
|
||||||
<shadedPattern>pk.ajneb97.libs.hikaricp</shadedPattern>
|
<shadedPattern>pk.ajneb97.libs.hikaricp</shadedPattern>
|
||||||
|
<pattern>org.slf4j</pattern>
|
||||||
|
<shadedPattern>pk.ajneb97.libs.slf4j</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
</relocations>
|
</relocations>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue