dropped dependencies inherited from top-level build.gradle.kts, updated spotless config

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2025-02-27 22:41:21 +01:00
parent 7255e5b4b0
commit 7be5960e4b
2 changed files with 1 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ spotless {
target("**/src/**/java/**/*.java")
removeUnusedImports()
importOrder()
clangFormat("18.1.8").style("file:config/clang-format")
clangFormat("19.1.7").style("file:config/clang-format")
licenseHeader("/* © SRSoftware 2024 */")
}
}

View File

@@ -2,9 +2,6 @@
description = 'SRSoftware OIDC: api'
dependencies {
testImplementation platform('org.junit:junit-bom:5.10.0')
testImplementation 'org.junit.jupiter:junit-jupiter'
implementation 'de.srsoftware:tools.optionals:1.0.0'
implementation 'de.srsoftware:tools.util:1.1.0'
implementation 'org.bitbucket.b_c:jose4j:0.9.6'