Skip to content

Commit 63dab43

Browse files
committed
Remove unnucessary dependancies.
1 parent 4194668 commit 63dab43

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ repositories {
2323
dependencies {
2424
testImplementation 'junit:junit:4.12'
2525
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}"
3026
compileOnly 'org.apache.logging.log4j:log4j-api:2.17.0'
3127
}
3228

0 commit comments

Comments
 (0)