build(relocate): remove slf4j dependency relocation

This commit is contained in:
jonakls 2024-01-01 12:28:35 -05:00
parent 5fc63d1f3c
commit 209c759f62

View file

@ -97,13 +97,6 @@
<include>com.zaxxer.hikari.**</include>
</includes>
</relocation>
<relocation>
<pattern>org.slf4j</pattern>
<shadedPattern>pk.ajneb97.libs.slf4j</shadedPattern>
<includes>
<include>org.slf4j.**</include>
</includes>
</relocation>
</relocations>
</configuration>
</execution>