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") }