mirror of
https://github.com/gotson/komga.git
synced 2025-12-22 00:13:30 +01:00
feat: add hawt.io support
This commit is contained in:
parent
43e6895ba2
commit
dfa24057bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue