From dfa24057bbad382a2da54471b91db523f18545ba Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 24 Apr 2020 18:11:06 +0800 Subject: [PATCH] feat: add hawt.io support --- komga/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komga/build.gradle.kts b/komga/build.gradle.kts index 84c7d63ff..2787b1eae 100644 --- a/komga/build.gradle.kts +++ b/komga/build.gradle.kts @@ -52,6 +52,7 @@ dependencies { implementation("io.github.microutils:kotlin-logging:1.7.9") implementation("io.micrometer:micrometer-registry-influx") + implementation("io.hawt:hawtio-springboot:2.10.0") run { val springdocVersion = "1.3.3" @@ -96,7 +97,6 @@ dependencies { testImplementation("com.tngtech.archunit:archunit-junit5:0.13.1") - developmentOnly("org.springframework.boot:spring-boot-devtools") }