2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-09-20 15:38: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> <goal>shade</goal>
</goals> </goals>
<configuration> <configuration>
<!--
<relocations> <relocations>
<relocation> <relocation>
<pattern>redis.clients.jedis</pattern> <pattern>redis.clients.jedis</pattern>
@ -77,6 +78,7 @@
</shadedPattern> </shadedPattern>
</relocation> </relocation>
</relocations> </relocations>
-->
</configuration> </configuration>
</execution> </execution>
</executions> </executions>