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

This commit is contained in:
md_5 2017-05-15 21:38:06 +10:00
parent 68b0515b51
commit 240f16d1cc

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 -->