build(relocate): relocate dependencies correctly

This commit is contained in:
Jonathan Narvaez 2023-12-31 20:32:19 -05:00 committed by GitHub
parent f6a5883702
commit dddb8af4db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>