add connection pool to Database object

This commit is contained in:
Rodrigo Lazoti
2015-01-20 12:14:28 -02:00
parent 135e1ef73d
commit 172af307a6
10 changed files with 70 additions and 55 deletions

View File

@@ -49,6 +49,8 @@ object MyBuild extends Build {
"org.eclipse.jetty" % "jetty-webapp" % "8.1.8.v20121106" % "container;provided",
"org.eclipse.jetty.orbit" % "javax.servlet" % "3.0.0.v201112011016" % "container;provided;test" artifacts Artifact("javax.servlet", "jar", "jar"),
"junit" % "junit" % "4.11" % "test",
"com.mchange" % "c3p0" % "0.9.5",
"com.typesafe" % "config" % "1.2.1",
"com.typesafe.play" %% "twirl-compiler" % "1.0.2"
),
EclipseKeys.withSource := true,