We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4194668 commit 63dab43Copy full SHA for 63dab43
build.gradle
@@ -23,10 +23,6 @@ repositories {
23
dependencies {
24
testImplementation 'junit:junit:4.12'
25
testImplementation 'org.apache.logging.log4j:log4j-core:2.17.0'
26
- implementation "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
27
- implementation "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}"
28
- implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonDatabindVersion}"
29
- implementation "com.fasterxml.jackson.module:jackson-module-afterburner:${jacksonVersion}"
30
compileOnly 'org.apache.logging.log4j:log4j-api:2.17.0'
31
}
32
0 commit comments