Switch to PostgreSQL

This commit is contained in:
Šesták Vít
2020-01-23 10:02:05 +01:00
parent 7dfe71b8b9
commit 2db75d0617
7 changed files with 15 additions and 18 deletions
-4
View File
@@ -40,12 +40,8 @@ libraryDependencies += "com.github.tototoshi" %% "slick-joda-mapper" % "2.0.0"
libraryDependencies += "com.github.nscala-time" %% "nscala-time" % "2.0.0"
// libraryDependencies += "org.mariadb.jdbc" % "mariadb-java-client" % "1.1.9"
libraryDependencies += "org.postgresql" % "postgresql" % "9.4-1201-jdbc41"
libraryDependencies += "org.mariadb.jdbc" % "mariadb-java-client" % "1.3.3"
libraryDependencies += "org.webjars" % "bootstrap" % "3.3.5"
libraryDependencies += "org.webjars" % "jquery" % "2.1.4"