diff --git a/pom.xml b/pom.xml
index ea78d803b0..facd8baaf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,11 @@
       <artifactId>sqlite-jdbc</artifactId>
       <version>3.7.2</version>
     </dependency>
+    <dependency>
+      <groupId>mysql</groupId>
+      <artifactId>mysql-connector-java</artifactId>
+      <version>5.1.14</version>
+    </dependency>
   </dependencies>
   <!-- This builds a completely 'ready to start' jar with all dependencies inside -->
   <build>