Removed useless dependencies and fixed a typo
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user