From: Kai Moritz Date: Tue, 3 Jul 2018 04:05:17 +0000 (+0200) Subject: Added a fixed dependency for the mysql-jdbc-connector to the build X-Git-Url: http://juplo.de/gitweb/?p=examples%2Ffacebook-app;a=commitdiff_plain;h=f3a47c124d80cbc6efbf7734316cbe6fdb2b7f00 Added a fixed dependency for the mysql-jdbc-connector to the build --- diff --git a/pom.xml b/pom.xml index b0f7f5d..656ed18 100644 --- a/pom.xml +++ b/pom.xml @@ -82,6 +82,11 @@ ${yourshouter.facebook.app.jdbc.artifactId} runtime + + mysql + mysql-connector-java + ${mysql.version} +