We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2490df commit 0434312Copy full SHA for 0434312
1 file changed
pom.xml
@@ -585,8 +585,8 @@
585
<shadedPattern>com.laytonsmith.libs.redis.clients</shadedPattern>
586
</relocation>
587
<relocation>
588
- <pattern>com.mysql.jdbc</pattern>
589
- <shadedPattern>com.laytonsmith.libs.com.mysql.jdbc</shadedPattern>
+ <pattern>com.mysql.cj</pattern>
+ <shadedPattern>com.laytonsmith.libs.com.mysql.cj</shadedPattern>
590
591
<relocation> <!-- part of the mysql lib -->
592
<pattern>org.gjt.mm.mysql</pattern>
0 commit comments