watermark fix

This commit is contained in:
Anthony Stirling
2023-07-01 21:08:33 +01:00
parent f7832774d9
commit c140052822
11 changed files with 57 additions and 40 deletions

View File

@@ -62,10 +62,6 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'
implementation 'io.micrometer:micrometer-core'
// https://mvnrepository.com/artifact/com.cybozu.labs/langdetect
implementation group: 'com.cybozu.labs', name: 'langdetect', version: '1.1-20120112'
developmentOnly("org.springframework.boot:spring-boot-devtools")
}