Initial Commit of Gjallarhorn: A Heimdall Analytics Tool

This commit is contained in:
Kenneth Endfinger
2021-12-26 03:33:23 -05:00
parent cbbefc94a2
commit ff665c27f5
13 changed files with 257 additions and 6 deletions

View File

@ -1,7 +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")
api("org.postgresql:postgresql:42.3.1")
api("org.jetbrains.exposed:exposed-jdbc:0.36.2")
api("org.jetbrains.exposed:exposed-java-time:0.36.2")
api("com.zaxxer:HikariCP:5.0.0")
compileOnly(project(":foundation-core"))
}