fix: missing components for RSA key pair

This commit is contained in:
siujamo
2025-05-16 10:17:12 +08:00
parent 07f697c0ca
commit 258780716a
7 changed files with 25 additions and 29 deletions
-4
View File
@@ -52,10 +52,6 @@ tasks.withType<Jar> {
}
dependencies {
val slf4jVersion: String by project
val logbackVersion: String by project
val junitVersion: String by project
compileOnly(libs.slf4j)
implementation(libs.logback)