Initial Rough Cut of Heimdall Tracking System

This commit is contained in:
Kenneth Endfinger
2021-12-24 00:08:38 -05:00
parent 78566d08ad
commit e0183127b4
14 changed files with 293 additions and 3 deletions

View File

@ -0,0 +1,7 @@
dependencies {
implementation("org.postgresql:postgresql:42.3.1")
implementation("org.jetbrains.exposed:exposed-jdbc:0.36.2")
implementation("org.jetbrains.exposed:exposed-java-time:0.36.2")
implementation("com.zaxxer:HikariCP:5.0.0")
compileOnly(project(":foundation-core"))
}