disable relocation

This commit is contained in:
mohammed jasem alaajel 2022-04-14 21:41:45 +04:00
parent 43fe50a87f
commit 86eeacbb1c
1 changed files with 2 additions and 0 deletions

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>