Skip to content

Commit 0434312

Browse files
committed
Update mysql shade pattern
1 parent d2490df commit 0434312

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,8 +585,8 @@
585585
<shadedPattern>com.laytonsmith.libs.redis.clients</shadedPattern>
586586
</relocation>
587587
<relocation>
588-
<pattern>com.mysql.jdbc</pattern>
589-
<shadedPattern>com.laytonsmith.libs.com.mysql.jdbc</shadedPattern>
588+
<pattern>com.mysql.cj</pattern>
589+
<shadedPattern>com.laytonsmith.libs.com.mysql.cj</shadedPattern>
590590
</relocation>
591591
<relocation> <!-- part of the mysql lib -->
592592
<pattern>org.gjt.mm.mysql</pattern>

0 commit comments

Comments
 (0)