feat: Update Hibernate connection provider and database configuration

This commit is contained in:
2026-01-20 14:34:34 +01:00
parent 3ef79e5838
commit 71a549b7f0
3 changed files with 3 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ lazy val knockoutwhistweb = project.in(file("knockoutwhistweb"))
libraryDependencies += "org.playframework" %% "play-java-jpa" % "3.0.6",
libraryDependencies += "com.nimbusds" % "oauth2-oidc-sdk" % "11.31.1",
libraryDependencies += "org.playframework" %% "play-ws" % "3.0.6",
libraryDependencies += "org.hibernate.orm" % "hibernate-hikaricp" % "7.2.1.Final",
libraryDependencies += ws,
JsEngineKeys.engineType := JsEngineKeys.EngineType.Node,