Added a fixed dependency for the mysql-jdbc-connector to the build
[examples/facebook-app] / 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>
+    <dependency>
+      <groupId>mysql</groupId>
+      <artifactId>mysql-connector-java</artifactId>
+      <version>${mysql.version}</version>
+    </dependency>
   </dependencies>
 
   <build>