mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02: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.github.microutils:kotlin-logging:1.7.9")
|
||||||
implementation("io.micrometer:micrometer-registry-influx")
|
implementation("io.micrometer:micrometer-registry-influx")
|
||||||
|
implementation("io.hawt:hawtio-springboot:2.10.0")
|
||||||
|
|
||||||
run {
|
run {
|
||||||
val springdocVersion = "1.3.3"
|
val springdocVersion = "1.3.3"
|
||||||
|
|
@ -96,7 +97,6 @@ dependencies {
|
||||||
|
|
||||||
testImplementation("com.tngtech.archunit:archunit-junit5:0.13.1")
|
testImplementation("com.tngtech.archunit:archunit-junit5:0.13.1")
|
||||||
|
|
||||||
|
|
||||||
developmentOnly("org.springframework.boot:spring-boot-devtools")
|
developmentOnly("org.springframework.boot:spring-boot-devtools")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue