Added a fixed dependency for the mysql-jdbc-connector to the build
authorKai Moritz <kai@juplo.de>
Tue, 3 Jul 2018 04:05:17 +0000 (06:05 +0200)
committerKai Moritz <kai@juplo.de>
Tue, 3 Jul 2018 14:48:02 +0000 (16:48 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index b0f7f5d..656ed18 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <artifactId>${yourshouter.facebook.app.jdbc.artifactId}</artifactId>
       <scope>runtime</scope>
     </dependency>
       <artifactId>${yourshouter.facebook.app.jdbc.artifactId}</artifactId>
       <scope>runtime</scope>
     </dependency>
+    <dependency>
+      <groupId>mysql</groupId>
+      <artifactId>mysql-connector-java</artifactId>
+      <version>${mysql.version}</version>
+    </dependency>
   </dependencies>
 
   <build>
   </dependencies>
 
   <build>