feature #10: first implementation of logger

This commit is contained in:
2019-07-17 17:37:11 +02:00
parent 09c20fc385
commit 32127b7e19
4 changed files with 52 additions and 0 deletions

View File

@@ -18,7 +18,10 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-reflect:1.3.31"
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.9.9"
implementation "com.github.jasync-sql:jasync-postgresql:0.9.53"
implementation "org.slf4j:slf4j-api:1.7.26"
testImplementation "ch.qos.logback:logback-classic:1.2.3"
testImplementation "ch.qos.logback:logback-core:1.2.3"
testImplementation "io.mockk:mockk:1.9"
testImplementation "org.junit.jupiter:junit-jupiter:5.4.2"
testImplementation 'org.amshove.kluent:kluent:1.47'