SPIGOT-3244: Downgrade MySQL driver to 5.1.42 - the current GA release

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2017-05-15 21:38:06 +10:00
parent 654b7c21fa
commit 94200cb8b3

View File

@ -54,7 +54,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>6.0.6</version>
<version>5.1.42</version>
<scope>compile</scope>
</dependency>
<!-- testing -->