Removed useless dependencies and fixed a typo

This commit is contained in:
Patrick
2026-06-04 01:40:09 +02:00
parent f81580ae7b
commit f9fa1af963
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -21,12 +21,6 @@ repositories {
}
dependencies {
implementation("tools.jackson.core:jackson-databind:3.1.4")
implementation("tools.jackson.dataformat:jackson-dataformat-yaml:3.1.4")
testImplementation platform('org.junit:junit-bom:5.11.4')
testImplementation 'org.junit.jupiter:junit-jupiter'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
implementation 'com.google.code.gson:gson:2.13.1'
}