2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-09-27 19:08:02 +00:00

disable relocation

This commit is contained in:
mohammed jasem alaajel 2022-04-14 21:41:45 +04:00
parent 43fe50a87f
commit 86eeacbb1c

View File

@ -50,6 +50,7 @@
<goal>shade</goal>
</goals>
<configuration>
<!--
<relocations>
<relocation>
<pattern>redis.clients.jedis</pattern>
@ -77,6 +78,7 @@
</shadedPattern>
</relocation>
</relocations>
-->
</configuration>
</execution>
</executions>