uhabits-server: Add missing dependencies

pull/1079/head
Alinson S. Xavier 4 years ago committed by GitHub
parent f15c660d33
commit 79f5b8b7e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,6 +48,8 @@ dependencies {
implementation("io.prometheus:simpleclient_hotspot:0.11.0")
testImplementation("io.ktor:ktor-server-tests:$ktorVersion")
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
testImplementation(kotlin("test"))
testImplementation(kotlin("test-junit"))
}
tasks.withType<ShadowJar> {

Loading…
Cancel
Save